From 28317cb90e3ba13aa5a946f24eabf027fa78cf6b Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 16 Mar 2011 13:01:41 +0100 Subject: Default KCL wird jetzt automatisch geupdated --- application/models/BootMenuEntries.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/models/BootMenuEntries.php') 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; -- cgit v1.2.3-55-g7522