@@ -18,6 +18,9 @@ |
||
18 | 18 | */ |
19 | 19 | abstract class AbstractRenderer |
20 | 20 | { |
21 | + /** |
|
22 | + * @param History $value |
|
23 | + */ |
|
21 | 24 | public function setHistory($value) |
22 | 25 | { |
23 | 26 | $this->_history = $value; |
@@ -46,6 +46,9 @@ |
||
46 | 46 | return $this->renderObjects('renderLink', $this->getHistory()->getLinks()); |
47 | 47 | } |
48 | 48 | |
49 | + /** |
|
50 | + * @param string $method |
|
51 | + */ |
|
49 | 52 | public function renderObjects($method, $objects) |
50 | 53 | { |
51 | 54 | $res = []; |