mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Previously only a date was available, which made it ambigious whether the the enrolment was inclusive of the date. Now we use a time to make it less ambigious. This matches changes done in other forms in MDL-41173.
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.