listener - Moodle - Hook events for customizing core functionality -
in moodle , there way hook onto core functionality such adding courses, creating users , adding our own custom code, there no core modifications.
there events trigger after users / courses have been updated, can take own actions after these have taken place.
there isn't way override original functionality, without making core modifications.
for moodle versions before 2.7, events api documented at: http://docs.moodle.org/dev/events_api (section 5 has list of core events can hear to)
for moodle 2.7 onwards, events api documented at: http://docs.moodle.org/dev/event_2 (section 4.5.1 has list of core events can hear to)
listener hook moodle
No comments:
Post a Comment