From 0e017ebdc1edbbf230f0f0160f103c39ef675725 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sun, 6 Mar 2011 20:12:36 +0100 Subject: datenbank erweitert, BootMenu, Config fertig --- application/models/BootOs.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/models/BootOs.php') 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; -- cgit v1.2.3-55-g7522