summaryrefslogtreecommitdiffstats
path: root/application/models/BootMenuEntries.php
diff options
context:
space:
mode:
authormentos2011-01-31 10:20:48 +0100
committermentos2011-01-31 10:20:48 +0100
commitc2480358cf792cc2abd434e471a85ffba55318af (patch)
tree3e6eff9dd9d7e2c3bb420beadff2cfba48be032d /application/models/BootMenuEntries.php
parentsetter/getter geƤndert damit es Konvention setGrossbuchstabe() entspricht (diff)
downloadpbs2-c2480358cf792cc2abd434e471a85ffba55318af.tar.gz
pbs2-c2480358cf792cc2abd434e471a85ffba55318af.tar.xz
pbs2-c2480358cf792cc2abd434e471a85ffba55318af.zip
some fixes
Diffstat (limited to 'application/models/BootMenuEntries.php')
-rw-r--r--application/models/BootMenuEntries.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php
index 3bb05ea..8e86ace 100644
--- a/application/models/BootMenuEntries.php
+++ b/application/models/BootMenuEntries.php
@@ -2,6 +2,12 @@
class Application_Model_BootMenuEntries
{
+ protected $_bootosID;
+ protected $_bootmenuID;
+ protected $_title;
+ protected $_kcl;
+ protected $_order;
+
public function __construct(array $options = null)
{
if (is_array($options)) {