diff options
| author | mentos | 2011-01-31 10:20:48 +0100 |
|---|---|---|
| committer | mentos | 2011-01-31 10:20:48 +0100 |
| commit | c2480358cf792cc2abd434e471a85ffba55318af (patch) | |
| tree | 3e6eff9dd9d7e2c3bb420beadff2cfba48be032d /application/models/BootMenuEntries.php | |
| parent | setter/getter geƤndert damit es Konvention setGrossbuchstabe() entspricht (diff) | |
| download | pbs2-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.php | 6 |
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)) { |
