From 24468f6a2244b07e7c56eb80523bf63341f486cd Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 28 Jan 2011 09:48:04 +0100 Subject: setter/getter geƤndert damit es Konvention setGrossbuchstabe() entspricht --- application/models/PoolEntries.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'application/models/PoolEntries.php') diff --git a/application/models/PoolEntries.php b/application/models/PoolEntries.php index a7e70e9..d20c226 100644 --- a/application/models/PoolEntries.php +++ b/application/models/PoolEntries.php @@ -43,22 +43,19 @@ class Application_Model_PoolEntries } - public function get_poolID() + public function getPoolID() { return $this->_poolID; } - - public function set_poolID($_poolID) + public function setPoolID($_poolID) { $this->_poolID = $_poolID; } - - public function get_clientID() + public function getClientID() { return $this->_clientID; } - - public function set_clientID($_clientID) + public function setClientID($_clientID) { $this->_clientID = $_clientID; } -- cgit v1.2.3-55-g7522