moodle/enrol
2015-04-10 17:18:22 +08:00
..
category MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
cohort MDL-49380 enrol_cohort: Fixing matches 2015-04-06 10:47:54 +08:00
database Merge branch 'MDL-39376-master' of git://github.com/FMCorz/moodle 2014-11-11 17:21:09 +00:00
flatfile MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
guest MDL-49412 enrol: Fix behat failures 2015-04-10 17:18:22 +08:00
imsenterprise MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
ldap MDL-48250 enrol_ldap: set default category 2014-11-17 14:41:56 +08:00
manual MDL-28592 webservices: Add manual unenrol users to external services 2015-04-02 17:37:44 +11:00
meta MDL-49439 enrol: Allow quick adding several instances 2015-03-17 14:01:34 +08:00
mnet MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
paypal MDL-49555 enrol_paypal: Only display icon if method available 2015-03-18 14:21:41 +01:00
self MDL-49412 enrol: Fix behat failures 2015-04-10 17:18:22 +08:00
tests Merge branch 'MDL-49687-master' of git://github.com/andrewnicols/moodle 2015-04-08 09:34:37 +08:00
yui MDL-48643 Javascript: Create modals hidden, then show, to prevent scroll 2014-12-21 22:54:25 -05: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-35078 enrol: allow times to be chose on bulk enrolment forms 2014-12-17 12:01:45 +00: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-49606 webservices: Use correct item null value for files in summary 2015-04-02 11:06:25 +02:00
index.php MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
instances.php MDL-48765 enrol: do not use a non-breaking space as a separator 2015-01-07 08:12:41 -08:00
locallib.php MDL-48073 enrol: Fixed group filter resetting erroneously. 2015-01-19 11:24:36 +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-46238 enrol:add a simple way to go back to course page 2015-02-19 16:56:53 +05:30
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-49687 enrol: allow to add user to multiple gorups 2015-04-02 17:02:39 +08:00
users_forms.php MDL-49687 enrol: allow to add user to multiple gorups 2015-04-02 17:02:39 +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.