mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() These are the only cases 100% safe to apply the renaming of the testcase class names to match the file names. All other cases are not safe, because they are missing namespace and may enter into name conflicts. Adding namespaces is not as simple as imagined because it implies to, also, add a good number of modifications to core. See the issue for more details. |
||
---|---|---|
.. | ||
category | ||
classes/privacy | ||
cohort | ||
database | ||
fee | ||
flatfile | ||
guest | ||
imsenterprise | ||
ldap | ||
lti | ||
manual | ||
meta | ||
mnet | ||
paypal | ||
self | ||
tests | ||
yui | ||
ajax.php | ||
bulkchange_forms.php | ||
editenrolment.php | ||
editenrolment_form.php | ||
editinstance.php | ||
editinstance_form.php | ||
externallib.php | ||
index.php | ||
instances.php | ||
locallib.php | ||
otherusers.php | ||
README.txt | ||
renderer.php | ||
test_settings.php | ||
unenroluser.php | ||
upgrade.txt | ||
users_forms.php |
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.