_etsis_myetsis_router ()

myetSIS router function.

Source file: app/functions/hook-function.php

View source


Used by

Uses


Source

function _etsis_myetsis_router()
{
    $app = \Liten\Liten::getInstance();

    $router = $app->config('routers_dir') . 'myetsis.router.php';
    if (!$app->hook->has_filter('myetsis_router')) {
        require($router);
    }
    return $app->hook->apply_filter('myetsis_router', $router);
}


Changelog

  • Since: eduTrac SIS 6.3.0

User Contributed Notes

You must log in before being able to contribute a note.