moodle/enrol
2014-08-13 10:35:52 +01:00
..
category MDL-35864 Enrol plugins: Add missing capability strings 2014-07-23 13:53:55 +08:00
cohort MDL-46525 enrol_cohort: fix JS error 2014-07-25 14:40:52 +08:00
database MDL-35864 Enrol plugins: Add missing capability strings 2014-07-23 13:53:55 +08:00
flatfile MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
guest MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
imsenterprise MDL-45932 enrol_imsenterprise: lang string fixes 2014-08-13 10:35:52 +01:00
ldap MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
manual MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
meta MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
mnet MDL-35864 Enrol plugins: Add missing capability strings 2014-07-23 13:53:55 +08:00
paypal MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
self MDL-46338 enrol_self: Icon should indicate enrolment availability 2014-07-29 09:50:22 +08:00
tests MDL-44620 behat: Automates MDLQA-6 2014-05-13 17:24:33 +07:00
yui MDL-23837 enrol: restyled the role and group controls 2014-01-02 11:39:53 +13:00
ajax.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
bulkchange.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
bulkchange_forms.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
editenrolment.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08: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-43337 enrol: Missing break in get_enrolled_users WS 2014-02-13 12:06:04 +08:00
index.php MDL-45126 do not allow guests see name and summary of hidden course 2014-05-07 16:22:20 +08:00
instances.php MDL-35864 Require 'enrol/PLUGIN:config' capabilities to delete enrol instances 2014-06-20 13:08:18 -03:00
locallib.php MDL-36334 JS: Only print deprecation notices for developers 2014-01-07 16:11:27 +08:00
otherusers.php MDL-36141 course Define role to limit access to Other users. 2014-04-04 14:58:48 -04:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-23837 enrol: restyled the role and group controls 2014-01-02 11:39:53 +13:00
test_settings.php MDL-16073 add test for connection to external database for authentication and enrolments 2013-10-08 21:53:51 +02:00
unenroluser.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
upgrade.txt MDL-35864 enrol: misc fixups 2014-07-22 17:02:21 +01:00
users.php MDL-41605 Enrolments: Updated unassign role url to use roleid as param 2013-09-05 11:47:19 +08: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.