1 | <?php |
||
14 | class Sitemap extends AbstractAction { |
||
15 | |||
16 | /** @inheritdoc */ |
||
17 | public function minimumPermission() { |
||
20 | |||
21 | /** |
||
22 | * Handle sitemap delivery |
||
23 | * |
||
24 | * @author Michael Hamann <[email protected]> |
||
25 | * @throws FatalException |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | public function preProcess() { |
||
64 | |||
65 | } |
||
66 |