moodle/enrol
Eloy Lafuente (stronk7) 538bf99ece MDL-45486 Bump all versions to planned release
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
..
category MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
cohort MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
database MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
flatfile MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
guest MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
imsenterprise MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
ldap MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
manual MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
meta MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
mnet MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
paypal MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
self MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
tests MDL-43738 behat: Updating features files 2014-02-27 18:22:05 +08: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-37717 warn teachers before disabling or deleting their enrolment method 2013-10-04 16:02:48 +02: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-40666 enrol|cohort: PARAM_NUMBER -> PARAM_INT 2013-07-16 15:03:03 +08: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.