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

Go to the source code of this file.

Namespaces

namespace  enrol_meta

Variables

 $handlers

Variable Documentation

$handlers
Initial value:
 array (
    'user_enrolled' => array (
        'handlerfile'      => '/mod/forum/lib.php',
        'handlerfunction'  => 'forum_user_enrolled',
        'schedule'         => 'instant',
        'internal'         => 1,
    ),

    'user_unenrolled' => array (
        'handlerfile'      => '/mod/forum/lib.php',
        'handlerfunction'  => 'forum_user_unenrolled',
        'schedule'         => 'instant',
        'internal'         => 1,
    ),
)

Definition at line 27 of file events.php.

 All Data Structures Namespaces Files Functions Variables Enumerations