moodle/enrol
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
category MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
cohort MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
database MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
fee MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
flatfile MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
guest MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
imsenterprise MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
ldap MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
lti MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
manual MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
meta MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
mnet MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
paypal MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
self Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
tests MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
yui MDL-75670 theme: Refactor form-inline helper class dropped in BS5 2024-02-29 13:56:46 +01:00
ajax.php Merge branch 'MDL-78312-master' of https://github.com/NashTechOpenUniversity/moodle 2023-09-15 16:56:22 +08:00
bulkchange_forms.php
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
externallib.php MDL-80504 forum: Fix seperate group mode 2024-02-08 15:32:31 +08:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
locallib.php MDL-80504 forum: Fix seperate group mode 2024-02-08 15:32:31 +08:00
otherusers.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
README.txt
renameroles.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +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-74417 admin: Remove sesskey from test settings links 2023-12-01 18:41:50 +10:00
unenroluser.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-80504 forum: Fix seperate group mode 2024-02-08 15:32:31 +08:00
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.