From c96879951fec2354af5f1c0183a0f941099f0caa Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 26 Sep 2011 02:25:32 +0200 Subject: menues ueberarbeitet --- application/models/Session.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/models/Session.php') 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; -- cgit v1.2.3-55-g7522