moodle/enrol
2013-08-20 16:13:55 +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-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
flatfile MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
guest MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
imsenterprise MDL-39802 fix sloppy user deleting and creating in imsenterprise plugin 2013-05-24 21:14:53 +02:00
ldap MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init 2013-08-12 13:01:47 +02:00
manual MDL-37974 fix verbose output when expiring manual enrolments 2013-06-07 21:18:54 +02:00
meta NOBUG fixed whitespace 2013-07-30 10:08:51 +12:00
mnet MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
paypal MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
self MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
tests MDL-41191 enrol: unit tests for enrol_get_shared_courses 2013-08-15 11:50:08 +08:00
yui MDL-39703 Roles, Themes: Fix "Add role" dialog width and position, in RTL mode (theme/clean) 2013-08-18 21:51:51 +03: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-40126 Enrolments: Implemented two webservices to get enrolment instance info 2013-07-29 15:07:37 +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-41002 fix typo causing fatal error on other users page 2013-08-04 15:00:53 +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-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.