| 1 | <?php |
||
| 12 | class HistoryAction extends AbstractViewableAction |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function getType() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | protected function setDefaultOptions(OptionsResolver $resolver) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | protected function getDefaultTemplateVars() |
||
| 45 | } |
||
| 46 |