summaryrefslogtreecommitdiffstats
path: root/application/models/Session.php
diff options
context:
space:
mode:
authormichael pereira2011-03-08 19:41:07 +0100
committermichael pereira2011-03-08 19:41:07 +0100
commit6a917fa16d4aabd8e69e1db08867899c860424e1 (patch)
tree5aee03f6bf1810ec340110df55fd1edacf44f592 /application/models/Session.php
parentBootOs Name anzeigen & Reihenfolge im BootMenu (diff)
parentansehnlichere oberfläche && Controller auflistung (diff)
downloadpbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.tar.gz
pbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.tar.xz
pbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/models/Session.php')
-rw-r--r--application/models/Session.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/Session.php b/application/models/Session.php
index b042c17..ca07ccb 100644
--- a/application/models/Session.php
+++ b/application/models/Session.php
@@ -5,6 +5,7 @@ class Application_Model_Session
protected $_sessionID;
protected $_clientID;
protected $_bootosID;
+ protected $_bootisoID;
protected $_time;
protected $_ip;
protected $_ip6;
@@ -74,6 +75,15 @@ class Application_Model_Session
$this->_bootosID = $_bootosID;
return $this;
}
+ public function getBootisoID()
+ {
+ return $this->_bootisoID;
+ }
+ public function setBootisoID($_bootisoID)
+ {
+ $this->_bootisoID = $_bootisoID;
+ return $this;
+ }
public function getTime()
{
return $this->_time;