moodle/enrol
2017-05-19 19:22:07 +02:00
..
category MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
cohort MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
database MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
flatfile MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
guest MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
imsenterprise MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
ldap MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
lti MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
manual MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
meta MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
mnet MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
paypal MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
self MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
tests Merge branch 'MDL-58659-master' of git://github.com/jleyva/moodle 2017-04-24 12:02:20 +08:00
yui MDL-58493 enrol: Update JS to use font-awesome icon 2017-04-11 11:28:01 +08:00
ajax.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01:00
bulkchange.php
bulkchange_forms.php
editenrolment.php
editenrolment_form.php
editinstance.php MDL-54046 enrol: Make docs urls match the old path 2016-05-06 09:27:34 +08:00
editinstance_form.php
externallib.php MDL-58659 enroll: Add start and end date fields required by overview 2017-04-20 13:00:15 +02:00
index.php
instances.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
locallib.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01:00
otherusers.php
README.txt
renderer.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
test_settings.php
unenroluser.php
upgrade.txt MDL-58659 enroll: Add start and end date fields required by overview 2017-04-20 13:00:15 +02:00
users.php
users_forms.php

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.