| 1 | <?php |
||
| 14 | class Sitemap extends AbstractAction { |
||
| 15 | |||
| 16 | /** @inheritdoc */ |
||
| 17 | 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 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.