mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
faa3878abb
If the enrolment method is updated from an LTI 1.1/2.0 tool to an LTI 1.3 tool, it may have associated enrol_lti_users records not having ltideploymentid values. These are legacy users and must not be returned by the repository, which deals only with LTI 1.3 LTI users.
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.