moodle/enrol
2013-07-02 11:42:10 +02:00
..
authorize MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
category MDL-39802 ignore deleted users in category enrolments 2013-05-24 21:15:17 +02:00
cohort MDL-39802 ignore deleted users in cohort enrolments 2013-05-24 21:16:14 +02:00
database MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
flatfile MDL-40254 ignore flatfile records with no user idnumber 2013-06-23 21:37:56 +02:00
guest MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
imsenterprise MDL-39802 fix sloppy user deleting and creating in imsenterprise plugin 2013-05-24 21:14:53 +02:00
ldap MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
manual MDL-37974 fix verbose output when expiring manual enrolments 2013-06-07 21:18:54 +02:00
meta MDL-39802 ignore deleted users in meta enrolments 2013-05-24 21:16:21 +02:00
mnet MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
paypal MDL-38408 always validate PayPal dates and cost, improve float formatting 2013-05-25 22:47:28 +02:00
self MDL-40439 Merge English strings from the en_fix language pack 2013-07-02 11:42:10 +02:00
tests MDL-39153 webservices: Provide alternative to passing contextids 2013-06-18 14:15:54 +08:00
yui MDL-37350 Detach listeners when hiding the 'Add roles' popup 2013-01-28 09:57:08 +00:00
ajax.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
bulkchange.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
bulkchange_forms.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
editenrolment.php MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01:00
editenrolment_form.php MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01:00
externallib.php MDL-39153 webservices: Provide alternative to passing contextids 2013-06-18 14:15:54 +08:00
index.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
instances.php Merge branch 'w17_MDL-39292_m25_enrolicons' of git://github.com/skodak/moodle 2013-04-30 08:52:49 +01:00
locallib.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
otherusers.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
unenroluser.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
upgrade.txt MDL-36024 enrol: enable grade recovery for all enrol plugins 2013-04-26 05:08:23 -07:00
users.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
users_forms.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00

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.