@@ -148,6 +148,9 @@ |
||
| 148 | 148 | return $this->invoker->invoke($this); |
| 149 | 149 | } |
| 150 | 150 | |
| 151 | + /** |
|
| 152 | + * @param string $name |
|
| 153 | + */ |
|
| 151 | 154 | public function __get($name) |
| 152 | 155 | { |
| 153 | 156 | $this->result = $this->invoke(); |