moodle/enrol
2013-07-24 10:45:20 +08:00
..
category MDL-39846 more fixing and cleanup of new events 2013-07-19 08:43:27 +02:00
cohort MDL-40403 libraries: Deprecate get_parent_contexts() 2013-07-09 13:34:44 +08:00
database MDL-39985 add explicit MariaDB support 2013-07-24 10:45:20 +08:00
flatfile MDL-40254 ignore flatfile records with no user idnumber 2013-06-23 21:37:56 +02:00
guest MDL-40723 use guess_if_creator_will_have_course_capability() for the new weird function 2013-07-23 15:55:07 +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-40424 libraries: Deprecate context_instance_preload_sql() 2013-07-12 17:41:49 +08: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 Merge branch 'MDL-40439-en_fix' of git://github.com/mudrd8mz/moodle 2013-07-02 13:47:09 +02:00
tests MDL-39635 behat: XPath cleanups 2013-07-19 10:02:36 +02: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 Merge branch 'MDL-40666-master' of git://github.com/danpoltawski/moodle 2013-07-23 14:09:08 +12: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-40358 Enrolments: Fixed sql when user is suspended 2013-07-10 17:40:20 +10: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-40666 enrol|cohort: PARAM_NUMBER -> PARAM_INT 2013-07-16 15:03:03 +08:00
users.php MDL-40358 enrol: whitespace clean up 2013-07-10 10:07:10 +12:00
users_forms.php MDL-40358 Administration: Added group and status filter on user enrolment page 2013-07-01 14:20:21 +08: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.