mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
This is based on code from the enrol cohort plugin and on work from Willy Lee available at https://github.com/willylee/moodle-local_metasync AMOS BEGIN CPY [addgroup,enrol_cohort],[addgroup,enrol_meta] AMOS END
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.