summaryrefslogtreecommitdiffstats
path: root/application/models/Session.php
diff options
context:
space:
mode:
authormichael pereira2011-09-26 02:25:32 +0200
committermichael pereira2011-09-26 02:25:32 +0200
commitc96879951fec2354af5f1c0183a0f941099f0caa (patch)
tree8de146fe1efa9e5970df85d2d187f681b9b2e3cb /application/models/Session.php
parentnomembership (diff)
downloadpbs2-c96879951fec2354af5f1c0183a0f941099f0caa.tar.gz
pbs2-c96879951fec2354af5f1c0183a0f941099f0caa.tar.xz
pbs2-c96879951fec2354af5f1c0183a0f941099f0caa.zip
menues ueberarbeitet
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 d8ae306..fa9979a 100644
--- a/application/models/Session.php
+++ b/application/models/Session.php
@@ -19,6 +19,7 @@ class Application_Model_Session
protected $_bootosID;
protected $_bootisoID;
protected $_membershipID;
+ protected $_personID;
protected $_time;
protected $_ip;
protected $_ip6;
@@ -124,6 +125,15 @@ class Application_Model_Session
$this->_membershipID = $_membershipID;
return $this;
}
+ public function getPersonID()
+ {
+ return $this->_personID;
+ }
+ public function setPersonID($_personID)
+ {
+ $this->_personID = $_personID;
+ return $this;
+ }
public function getTime()
{
return $this->_time;