moodle/enrol
2023-06-08 12:02:58 +08:00
..
category MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
classes MDL-76471 enrol: report filter on enrolment instance custom name. 2023-05-19 17:39:55 +01:00
cohort MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
database MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
fee MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
flatfile MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
guest MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
imsenterprise MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
ldap MDL-77350 enrol: Added class properties that are not declared 2023-05-16 00:33:19 +07:00
lti Merge branch 'MDL-77933-master' of https://github.com/snake/moodle 2023-06-08 12:02:58 +08:00
manual MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
meta MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
mnet MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
paypal MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
self MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
tests MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
yui MDL-77559 js: Revert "MDL-75012 js: Bump stylelint and components" 2023-03-09 08:21:22 +08:00
ajax.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00: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 MDL-66489 enrol: prevent warning when the duration field is disabled 2019-09-11 20:18:43 +10:00
editenrolment_form.php MDL-64032 enrol_manual: Make consistent the UI for setting enrolment 2019-07-23 14:21:43 +07:00
editinstance.php MDL-73645 core_enrol: Update breadcrumb nodes 2022-03-02 13:00:25 +08:00
editinstance_form.php MDL-52035 core_enrol: allow redirection to another page 2016-04-26 15:58:08 +08:00
externallib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-77576 core_enrol: Implement communication api 2023-05-11 13:35:16 +10:00
locallib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
otherusers.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-77350 enrol: Added class properties that are not declared 2023-05-16 00:33:19 +07:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
unenroluser.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-73708 course: Return geo pattern generated course images via WS 2023-03-22 17:39:07 -03:00
users_forms.php MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13: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.