mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
.. | ||
category | ||
classes | ||
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 | ||
renameroles.php | ||
renderer.php | ||
test_settings.php | ||
unenroluser.php | ||
upgrade.txt | ||
UPGRADING.md | ||
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.