mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
9fa46e8a8c
This class was only used by the database enrolment plugin settings and was replaced by admin_settings_coursecat_select. Also, this class is in a plugin which we do not expect to be extended and therefore it can be simply removed without going through the deprecation process.
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.