summaryrefslogtreecommitdiffstats
path: root/application/models/BootMenu.php
diff options
context:
space:
mode:
authorSimon2011-04-20 13:08:33 +0200
committerSimon2011-04-20 13:08:33 +0200
commit624cbcae5c9b5bcedf03c77460b07eb20fbb2366 (patch)
tree8a768c4f55d982384982f3c541b1d4b8d319ca96 /application/models/BootMenu.php
parentTicket #229 - Hilfetexte wurde bei den Bereichen, zu denen Benutzer zugriff h... (diff)
downloadpbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.gz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.xz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.zip
Automatischer Start nach x Sekunden hinzugefügt
Diffstat (limited to 'application/models/BootMenu.php')
-rw-r--r--application/models/BootMenu.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/BootMenu.php b/application/models/BootMenu.php
index 82e771a..dae3776 100644
--- a/application/models/BootMenu.php
+++ b/application/models/BootMenu.php
@@ -16,6 +16,7 @@ class Application_Model_BootMenu
protected $_membershipID;
protected $_groupID;
protected $_title;
+ protected $_startcounter;
protected $_created;
protected $_defaultbootmenu;
@@ -96,6 +97,15 @@ class Application_Model_BootMenu
{
return $this->_created;
}
+ public function setStartcounter($_startcounter)
+ {
+ $this->_startcounter = $_startcounter;
+ return $this;
+ }
+ public function getStartcounter()
+ {
+ return $this->_startcounter;
+ }
public function setCreated($_created)
{
$this->_created = $_created;