summaryrefslogtreecommitdiffstats
path: root/application/models/BootOs.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/BootOs.php')
-rw-r--r--application/models/BootOs.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/BootOs.php b/application/models/BootOs.php
index b61be41..bab23db 100644
--- a/application/models/BootOs.php
+++ b/application/models/BootOs.php
@@ -5,6 +5,7 @@ class Application_Model_BootOs
protected $_bootosID;
protected $_configID;
protected $_groupID;
+ protected $_membershipID;
protected $_title;
protected $_path_init;
protected $_path_kernel;
@@ -79,6 +80,15 @@ class Application_Model_BootOs
$this->_groupID = $_groupID;
return $this;
}
+ public function getMembershipID()
+ {
+ return $this->_membershipID;
+ }
+ public function setMembershipID($_membershipID)
+ {
+ $this->_membershipID = $_membershipID;
+ return $this;
+ }
public function getTitle()
{
return $this->_title;