From c4ab2b2f9a88409fbd78325a4d2c19fcb4ed340c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 14 Mar 2011 13:18:21 +0100 Subject: Membership in Session eingefügt, Filtertypes nur einmal per Script einfügen, auskommentierten Code entfernt --- 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 7ae7fe8..8c130b5 100644 --- a/application/models/Session.php +++ b/application/models/Session.php @@ -8,6 +8,7 @@ class Application_Model_Session protected $_bootmenuentryID; protected $_bootosID; protected $_bootisoID; + protected $_membershipID; protected $_time; protected $_ip; protected $_ip6; @@ -104,6 +105,15 @@ class Application_Model_Session $this->_bootisoID = $_bootisoID; return $this; } + public function getMembershipID() + { + return $this->_membershipID; + } + public function setMembershipID($_membershipID) + { + $this->_membershipID = $_membershipID; + return $this; + } public function getTime() { return $this->_time; -- cgit v1.2.3-55-g7522