_etsis_sect_router ()

Course section (SECT) router function.

Includes course section router filter (sect_router).

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

View source


Used by

Uses


Source

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

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


Changelog

  • Since: eduTrac SIS 6.2.7

User Contributed Notes

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