mirror of
https://github.com/moodle/moodle.git
synced 2025-03-25 01:50:55 +01:00
When $launch_id wasn't typed, it was ok to call the getter, but now that it is, php throws an error. Replaced with stub method.
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.