@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | public function __call($name, $arguments) |
27 | 27 | { |
28 | - if (strpos($name, 'get') === 0) { |
|
28 | + if (strpos($name, 'get') === 0) { |
|
29 | 29 | $property = strtolower(substr($name, 3)); |
30 | 30 | if (property_exists($this, $property)) { |
31 | 31 | $reference = $this->getRepository()->getSpace()->getReference($property); |