@@ -25,6 +25,9 @@ |
||
25 | 25 | throw new \RuntimeException("No value called $name"); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $name |
|
30 | + */ |
|
28 | 31 | public function getLink($name) |
29 | 32 | { |
30 | 33 | if (isset($this->_links->$name)) { |