@@ -60,7 +60,8 @@ |
||
60 | 60 | * @param $key |
61 | 61 | * @return mixed |
62 | 62 | */ |
63 | - public function getPropertyValue($key) { |
|
63 | + public function getPropertyValue($key) |
|
64 | + { |
|
64 | 65 | $methodName = 'get' . $this->getMethodName($key); |
65 | 66 | if(method_exists($this, $methodName)) { |
66 | 67 | return $this->{$methodName}(); |