diff options
| author | michael pereira | 2011-03-06 20:12:36 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-06 20:12:36 +0100 |
| commit | 0e017ebdc1edbbf230f0f0160f103c39ef675725 (patch) | |
| tree | e7848e531d30a01145f2f98d8a3189ea6699c54d /application/models/BootOs.php | |
| parent | Config fertig (diff) | |
| download | pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.tar.gz pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.tar.xz pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.zip | |
datenbank erweitert, BootMenu, Config fertig
Diffstat (limited to 'application/models/BootOs.php')
| -rw-r--r-- | application/models/BootOs.php | 10 |
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; |
