mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
|
||
---|---|---|
.. | ||
authorize | ||
category | ||
cohort | ||
database | ||
flatfile | ||
guest | ||
imsenterprise | ||
ldap | ||
manual | ||
meta | ||
mnet | ||
paypal | ||
self | ||
tests | ||
yui | ||
ajax.php | ||
bulkchange.php | ||
bulkchange_forms.php | ||
editenrolment.php | ||
editenrolment_form.php | ||
externallib.php | ||
index.php | ||
instances.php | ||
locallib.php | ||
otherusers.php | ||
README.txt | ||
renderer.php | ||
unenroluser.php | ||
upgrade.txt | ||
users.php | ||
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.