Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/enrol/category/db/events.php File Reference

Go to the source code of this file.

Namespaces

namespace  enrol

Variables

 $handlers

Variable Documentation

$handlers
Initial value:
 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.

 All Data Structures Namespaces Files Functions Variables Enumerations