diff options
Diffstat (limited to 'application/models/PoolEntries.php')
| -rw-r--r-- | application/models/PoolEntries.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/models/PoolEntries.php b/application/models/PoolEntries.php index d20c226..2a74dad 100644 --- a/application/models/PoolEntries.php +++ b/application/models/PoolEntries.php @@ -50,6 +50,7 @@ class Application_Model_PoolEntries public function setPoolID($_poolID) { $this->_poolID = $_poolID; + return $this; } public function getClientID() { @@ -58,6 +59,7 @@ class Application_Model_PoolEntries public function setClientID($_clientID) { $this->_clientID = $_clientID; + return $this; } } |
