mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
![]() - Add help for 'payment account' field in the enrol instance form - Remove MOODLE_INTERNALs when not necessary - Add $userid to deliver_order - Check if provider classes implement the provider interface - Rename get_cost to get_payable - get_payable returns payable object - Improve registerEventListeners and added init - Rename payment\provider to payment\service_provider |
||
---|---|---|
.. | ||
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.