diff options
| author | michael pereira | 2011-04-21 14:03:56 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-21 14:03:56 +0200 |
| commit | 583ccfa017f2a57776d70cf1b80a7dbb1228124c (patch) | |
| tree | c58419423f503e31ec06b547e6c2ec4fbe554109 /application/models/BootOs.php | |
| parent | merges (diff) | |
| download | pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.tar.gz pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.tar.xz pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.zip | |
updates raus
Diffstat (limited to 'application/models/BootOs.php')
| -rw-r--r-- | application/models/BootOs.php | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/application/models/BootOs.php b/application/models/BootOs.php index 9819c29..f095720 100644 --- a/application/models/BootOs.php +++ b/application/models/BootOs.php @@ -16,9 +16,6 @@ class Application_Model_BootOs protected $_groupID; protected $_membershipID; protected $_title; - protected $_path_init; - protected $_path_kernel; - protected $_path_config; protected $_defaultkcl; protected $_created; protected $_description; @@ -77,15 +74,6 @@ class Application_Model_BootOs $this->_bootosID = $_bootosID; return $this; } - public function getPath_config() - { - return $this->_path_config; - } - public function setPath_config($_path_config) - { - $this->_path_config = $_path_config; - return $this; - } public function getGroupID() { return $this->_groupID; @@ -122,24 +110,6 @@ class Application_Model_BootOs $this->_description = $_description; return $this; } - public function getPath_init() - { - return $this->_path_init; - } - public function setPath_init($_path_init) - { - $this->_path_init = $_path_init; - return $this; - } - public function getPath_kernel() - { - return $this->_path_kernel; - } - public function setPath_kernel($_path_kernel) - { - $this->_path_kernel = $_path_kernel; - return $this; - } public function getDefaultkcl() { return $this->_defaultkcl; |
