@@ -18,12 +18,18 @@ |
||
| 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; |
| 24 | 27 | $this->normalizeHistory(); |
| 25 | 28 | } |
| 26 | 29 | |
| 30 | + /** |
|
| 31 | + * @return string |
|
| 32 | + */ |
|
| 27 | 33 | public function getHistory() |
| 28 | 34 | { |
| 29 | 35 | return $this->_history; |