| 1 | <?php |
||
| 15 | class GeneralController extends AbstractController |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * The index view template path |
||
| 20 | */ |
||
| 21 | const TEMPLATE_INDEX = AbstractController::TEMPLATE_BASE . DIRECTORY_SEPARATOR . 'general'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Index |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function actionIndex() |
||
| 42 | |||
| 43 | |||
| 44 | /******************************************* |
||
| 45 | * VARIABLES |
||
| 46 | *******************************************/ |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @inheritdoc |
||
| 50 | */ |
||
| 51 | protected function baseVariables(array &$variables = []) |
||
| 60 | } |
||
| 61 |