| 1 | <?php |
||
| 9 | class Sitemap extends AdminController |
||
| 10 | { |
||
| 11 | const VERSION = 0.1; |
||
| 12 | |||
| 13 | public $type = 'app'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Show index page - sitemap guide and info |
||
| 17 | * @return string |
||
| 18 | * @throws \Ffcms\Core\Exception\NativeException |
||
| 19 | * @throws \Ffcms\Core\Exception\SyntaxException |
||
| 20 | */ |
||
| 21 | public function actionIndex() |
||
| 29 | } |