f15afac206
Rounding time could lead to newest enrolments being excluded, resulting in these courses not appearing under the "My courses" tab in the Dashboard until the rounded time aligned with the actual time. enrol_get_all_users_courses() now uses the PSR-20 clock to provide stable and testable time values.
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.