_etsis_email ()
Sets up eduTrac SIS Email global scope.
Source file: app/functions/global-function.php
Used by
- app/functions/nodeq-function.php: etsis_nodeq_login_details()
- app/functions/nodeq-function.php: etsis_nodeq_reset_password()
- app/functions/nodeq-function.php: etsis_nodeq_csv_email()
- app/functions/nodeq-function.php: etsis_nodeq_change_address()
- app/functions/nodeq-function.php: etsis_nodeq_acceptance_letter()
- app/functions/nodeq-function.php: etsis_nodeq_course_registration()
- app/functions/nodeq-function.php: etsis_nodeq_student_email() Show 7 more used by
Uses
Source
function _etsis_email() { $email = new \app\src\Core\etsis_Email(); return $email; }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.2.0