diff options
| author | michael pereira | 2011-03-21 10:49:32 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-21 10:49:32 +0100 |
| commit | 19d1af16ad8a2fdaa5aa608693b81fa9502e162d (patch) | |
| tree | b5b00a6fb91fffad157b85bbf209ac7675a86801 /application/models/BootIso.php | |
| parent | Filter funktioniert nun, FBGui IndexController angepasst (diff) | |
| download | pbs2-19d1af16ad8a2fdaa5aa608693b81fa9502e162d.tar.gz pbs2-19d1af16ad8a2fdaa5aa608693b81fa9502e162d.tar.xz pbs2-19d1af16ad8a2fdaa5aa608693b81fa9502e162d.zip | |
Preboot Controller eingerichtet
Diffstat (limited to 'application/models/BootIso.php')
| -rw-r--r-- | application/models/BootIso.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/application/models/BootIso.php b/application/models/BootIso.php index 6354d7c..fdcc6b5 100644 --- a/application/models/BootIso.php +++ b/application/models/BootIso.php @@ -4,7 +4,7 @@ class Application_Model_BootIso { protected $_bootisoID; protected $_title; - protected $_path_fbgui; + protected $_prebootID; protected $_membershipID; protected $_groupID; protected $_serialnumber; @@ -89,13 +89,13 @@ class Application_Model_BootIso $this->_title = $_title; return $this; } - public function getPath_fbgui() + public function getPrebootID() { - return $this->_path_fbgui; + return $this->_prebootID; } - public function setPath_fbgui($_path_fbgui) + public function setPrebootID($_prebootID) { - $this->_path_fbgui = $_path_fbgui; + $this->_prebootID = $_prebootID; return $this; } public function getSerialnumber() |
