summaryrefslogtreecommitdiffstats
path: root/application/models/PoolEntries.php
diff options
context:
space:
mode:
authorSimon2011-01-28 09:48:04 +0100
committerSimon2011-01-28 09:48:04 +0100
commit24468f6a2244b07e7c56eb80523bf63341f486cd (patch)
tree545fa06c2728023f36b2eb5b4c834783f210b456 /application/models/PoolEntries.php
parentsettergetter für variablen - um nicht tausend sachen ändern zu müssen (diff)
downloadpbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.tar.gz
pbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.tar.xz
pbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.zip
setter/getter geändert damit es Konvention setGrossbuchstabe() entspricht
Diffstat (limited to 'application/models/PoolEntries.php')
-rw-r--r--application/models/PoolEntries.php11
1 files changed, 4 insertions, 7 deletions
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;
}