mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Filter on enrolled users page use role param to perform filtering by role, and unassign role also contain role param to remove user role in course which used to conflict. Looking at assign role, we use roleid param, so using roleid for unassigning as well
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.