summaryrefslogtreecommitdiffstats
path: root/application/models/PreBoot.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/PreBoot.php')
-rw-r--r--application/models/PreBoot.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index c8d0b43..57a622d 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.php
@@ -17,6 +17,8 @@ class Application_Model_PreBoot
protected $_path_preboot;
protected $_membershipID;
protected $_groupID;
+ protected $_source;
+ protected $_created;
public function __construct(array $options = null)
@@ -106,6 +108,26 @@ class Application_Model_PreBoot
$this->_path_preboot = $_path_preboot;
return $this;
}
+ public function getCreated()
+ {
+ return $this->_created;
+ }
+
+ public function setCreated($_created)
+ {
+ $this->_created = $_created;
+ return $this;
+ }
+ public function getSource()
+ {
+ return $this->_source;
+ }
+
+ public function setSource($_source)
+ {
+ $this->_source = $_source;
+ return $this;
+ }
/**
* Returns current data as associative array using ReflectionClass