mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 05:30:06 +01:00
* fix typos (thanks Rajesh) * move log related data out from event API specification * change callable key in definition to callback * use event data in observers instead of cached records if possible * event level is now a number 1…100 * improved event safety checks * add event name and description method * new can_view() method * improve unit tests to test all callable types * improved performance
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.