diff options
| author | Simon | 2011-03-16 13:01:52 +0100 |
|---|---|---|
| committer | Simon | 2011-03-16 13:01:52 +0100 |
| commit | 23356b4d986955a981c4b164bea553c2560aec4a (patch) | |
| tree | a023e77bf92a31ba314a5e58e3cf11861915e579 /application/models/BootMenuEntries.php | |
| parent | Arbeiten am Clientcontroller, Membership in Auth gesetzt (diff) | |
| parent | Default KCL wird jetzt automatisch geupdated (diff) | |
| download | pbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.gz pbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.xz pbs2-23356b4d986955a981c4b164bea553c2560aec4a.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/models/BootMenuEntries.php')
| -rw-r--r-- | application/models/BootMenuEntries.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php index ec42507..c20c2d0 100644 --- a/application/models/BootMenuEntries.php +++ b/application/models/BootMenuEntries.php @@ -7,6 +7,7 @@ class Application_Model_BootMenuEntries protected $_bootmenuID; protected $_title; protected $_kcl; + protected $_kclappend; protected $_configID; protected $_order; @@ -91,6 +92,15 @@ class Application_Model_BootMenuEntries $this->_kcl = $_kcl; return $this; } + public function getKclappend() + { + return $this->_kclappend; + } + public function setKclappend($_kclappend) + { + $this->_kclappend = $_kclappend; + return $this; + } public function getConfigID() { return $this->_configID; |
