Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/simpletest/fixtures/events.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Variables

 $handlers

Variable Documentation

$handlers
Initial value:
 array (
   'test_instant' => array (
        'handlerfile'      => '/lib/simpletest/testeventslib.php',
        'handlerfunction'  => 'sample_function_handler',
        'schedule'         => 'instant',
        'internal'         => 1,
    ),

   'test_cron' => array (
        'handlerfile'      => '/lib/simpletest/testeventslib.php',
        'handlerfunction'  => array('sample_handler_class', 'static_method'),
        'schedule'         => 'cron',
        'internal'         => 1,
    )
)

Definition at line 28 of file events.php.

 All Data Structures Namespaces Files Functions Variables Enumerations