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

Go to the source code of this file.

Namespaces

namespace  enrol

Variables

 $handlers

Variable Documentation

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

 All Data Structures Namespaces Files Functions Variables Enumerations