From 24468f6a2244b07e7c56eb80523bf63341f486cd Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 28 Jan 2011 09:48:04 +0100 Subject: setter/getter geƤndert damit es Konvention setGrossbuchstabe() entspricht --- application/models/Client.php | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'application/models/Client.php') diff --git a/application/models/Client.php b/application/models/Client.php index 5b0ebb0..0fb5f64 100644 --- a/application/models/Client.php +++ b/application/models/Client.php @@ -44,32 +44,27 @@ class Application_Model_Client } - public function get_clientID() + public function getClientID() { return $this->_clientID; } - - public function set_clientID($_clientID) + public function setClientID($_clientID) { $this->_clientID = $_clientID; } - - public function get_macadress() + public function getMacadress() { return $this->_macadress; } - - public function set_macadress($_macadress) + public function setMacadress($_macadress) { $this->_macadress = $_macadress; } - - public function get_hardwarehash() + public function getHardwarehash() { return $this->_hardwarehash; } - - public function set_hardwarehash($_hardwarehash) + public function setHardwarehash($_hardwarehash) { $this->_hardwarehash = $_hardwarehash; } -- cgit v1.2.3-55-g7522