moodle/enrol
Eloy Lafuente (stronk7) de881693f7 MDL-48021 bump: Bump all versions to planned release
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
..
category MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
cohort MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
database MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
flatfile MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
guest MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
imsenterprise MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
ldap MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
manual MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
meta MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
mnet MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
paypal MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
self MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01: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-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
instances.php MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances 2014-08-21 19:01:57 -03:00
locallib.php MDL-46921 lib: Sorting on additional fields, admin, enrolment pages. 2014-10-09 08:19:49 +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-46921 lib: Sorting on additional fields, admin, enrolment pages. 2014-10-09 08:19:49 +08: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-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances 2014-08-21 19:01:57 -03:00
users.php MDL-46921 lib: Sorting on additional fields, admin, enrolment pages. 2014-10-09 08:19:49 +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.