|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol |
Variables | |
| $handlers | |
| $handlers |
array ( 'cohort_member_added' => array ( 'handlerfile' => '/enrol/cohort/locallib.php', 'handlerfunction' => array('enrol_cohort_handler', 'member_added'), 'schedule' => 'instant', 'internal' => 1, ), 'cohort_member_removed' => array ( 'handlerfile' => '/enrol/cohort/locallib.php', 'handlerfunction' => array('enrol_cohort_handler', 'member_removed'), 'schedule' => 'instant', 'internal' => 1, ), 'cohort_deleted' => array ( 'handlerfile' => '/enrol/cohort/locallib.php', 'handlerfunction' => array('enrol_cohort_handler', 'deleted'), 'schedule' => 'instant', 'internal' => 1, ), )
Definition at line 30 of file events.php.