summaryrefslogtreecommitdiffstats
path: root/application/models/PoolEntries.php
diff options
context:
space:
mode:
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;
}