diff options
| author | Simon | 2011-01-31 10:00:46 +0100 |
|---|---|---|
| committer | Simon | 2011-01-31 10:00:46 +0100 |
| commit | c72be928a23151bfe248da3b198bfbee79063261 (patch) | |
| tree | 30ee0acb26bf81c2a0b5c34b92341b1cb5d8e9b0 /application/models/Client.php | |
| parent | password_salt bei pbs_person hinzugefügt (diff) | |
| download | pbs2-c72be928a23151bfe248da3b198bfbee79063261.tar.gz pbs2-c72be928a23151bfe248da3b198bfbee79063261.tar.xz pbs2-c72be928a23151bfe248da3b198bfbee79063261.zip | |
Änderungen am ClientMapper und Client
Diffstat (limited to 'application/models/Client.php')
| -rw-r--r-- | application/models/Client.php | 4 |
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; } |
