|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $handlers | |
| $handlers |
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.