|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol |
Variables | |
| $handlers | |
| $handlers |
array ( 'role_assigned' => array ( 'handlerfile' => '/enrol/category/locallib.php', 'handlerfunction' => array('enrol_category_handler', 'role_assigned'), 'schedule' => 'instant', 'internal' => 1, ), 'role_unassigned' => array ( 'handlerfile' => '/enrol/category/locallib.php', 'handlerfunction' => array('enrol_category_handler', 'role_unassigned'), 'schedule' => 'instant', 'internal' => 1, ), )
Definition at line 30 of file events.php.