_etsis_index_router ()
Index router function.
Source file: app/functions/hook-function.php
Used by
Uses
Source
function _etsis_index_router() { $app = \Liten\Liten::getInstance(); $router = $app->config('routers_dir') . 'index.router.php'; if (!$app->hook->has_filter('index_router')) { require($router); } return $app->hook->apply_filter('index_router', $router); }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.3.0