summaryrefslogtreecommitdiffstats
path: root/application/models/BootMenuEntries.php
diff options
context:
space:
mode:
authormichael pereira2011-03-07 13:06:41 +0100
committermichael pereira2011-03-07 13:06:41 +0100
commitebdcf88fbb49e4136d281b3d07f6b212d94223fe (patch)
tree309918413f6a225ba9c991f66bfe12907b4972a3 /application/models/BootMenuEntries.php
parentBootMenuEntries angelegt (diff)
downloadpbs2-ebdcf88fbb49e4136d281b3d07f6b212d94223fe.tar.gz
pbs2-ebdcf88fbb49e4136d281b3d07f6b212d94223fe.tar.xz
pbs2-ebdcf88fbb49e4136d281b3d07f6b212d94223fe.zip
Bootmenuentries DB geaendert
Diffstat (limited to 'application/models/BootMenuEntries.php')
-rw-r--r--application/models/BootMenuEntries.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php
index d27fd20..ec42507 100644
--- a/application/models/BootMenuEntries.php
+++ b/application/models/BootMenuEntries.php
@@ -2,6 +2,7 @@
class Application_Model_BootMenuEntries
{
+ protected $_bootmenuentriesID;
protected $_bootosID;
protected $_bootmenuID;
protected $_title;
@@ -45,6 +46,15 @@ class Application_Model_BootMenuEntries
}
return $this;
}
+ public function getID()
+ {
+ return $this->_bootmenuentriesID;
+ }
+ public function setID($_bootmenuentriesID)
+ {
+ $this->_bootmenuentriesID = $_bootmenuentriesID;
+ return $this;
+ }
public function getBootosID()
{
return $this->_bootosID;