summaryrefslogtreecommitdiffstats
path: root/application/models/Client.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/Client.php')
-rw-r--r--application/models/Client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/Client.php b/application/models/Client.php
index 0fb5f64..9995bfe 100644
--- a/application/models/Client.php
+++ b/application/models/Client.php
@@ -44,11 +44,11 @@ class Application_Model_Client
}
- public function getClientID()
+ public function getID()
{
return $this->_clientID;
}
- public function setClientID($_clientID)
+ public function setID($_clientID)
{
$this->_clientID = $_clientID;
}