From c2e98ec0e67d0f0221ad05981c32510781f8ce4b Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 7 Mar 2011 04:56:52 +0100 Subject: BootMenuEntries angelegt --- 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 9b6985c..d27fd20 100644 --- a/application/models/BootMenuEntries.php +++ b/application/models/BootMenuEntries.php @@ -6,6 +6,7 @@ class Application_Model_BootMenuEntries protected $_bootmenuID; protected $_title; protected $_kcl; + protected $_configID; protected $_order; public function __construct(array $options = null) @@ -80,6 +81,15 @@ class Application_Model_BootMenuEntries $this->_kcl = $_kcl; return $this; } + public function getConfigID() + { + return $this->_configID; + } + public function setConfigID($_configID) + { + $this->_configID = $_configID; + return $this; + } public function getOrder() { return $this->_order; -- cgit v1.2.3-55-g7522