From 56d0655309fb13e8a2b8bb86a54206b419c32d18 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 18 Mar 2011 09:59:02 +0100 Subject: Datenbank update, PoolController --- application/models/Pool.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/models/Pool.php') diff --git a/application/models/Pool.php b/application/models/Pool.php index 11d5a03..f312b19 100644 --- a/application/models/Pool.php +++ b/application/models/Pool.php @@ -3,6 +3,7 @@ class Application_Model_Pool { protected $_poolID; + protected $_groupID; protected $_title; protected $_description; protected $_location; @@ -54,6 +55,15 @@ class Application_Model_Pool $this->_poolID = $_poolID; return $this; } + public function getGroupID() + { + return $this->_groupID; + } + public function setGroupID($_groupID) + { + $this->_groupID = $_groupID; + return $this; + } public function getTitle() { return $this->_title; -- cgit v1.2.3-55-g7522