_etsis_nae_router ()
Name and address (NAE) router function.
Includes name and address router filter (nae_router).
Source file: app/functions/hook-function.php
Used by
Uses
Source
function _etsis_nae_router() { $app = \Liten\Liten::getInstance(); $router = $app->config('routers_dir') . 'person.router.php'; if (!$app->hook->has_filter('nae_router')) { require($router); } return $app->hook->apply_filter('nae_router', $router); }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.2.7