_etsis_flash ()

Sets up eduTrac SIS Flash Messages global scope.

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

View source


Used by

Uses


Source

function _etsis_flash()
{
    $flash = new \app\src\Core\etsis_FlashMessages();
    return $flash;
}


Changelog

  • Since: eduTrac SIS 6.3.0

User Contributed Notes

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