moodle/question
Andrew Nicols 47cc73fe1a
MDL-72321 question: Ensure that all instance props are defined
Since PHP 8.2, all properties on a class must be defined as the PHP
Dynamic Property feature has been deprecated.

This commit goes one step further and switches this class to using
constructor property promotion. This language feature has been available
since PHP 8.0 and allows for simplified creation of class properties
which are initially defined in the constructor.
2023-09-01 09:52:33 +08:00
..
amd MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
bank Merge branch 'MDL-72321_master-squashed' of https://github.com/marxjohnson/moodle 2023-08-31 23:02:35 +08:00
behaviour MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
classes MDL-72321 question: Ensure that all instance props are defined 2023-09-01 09:52:33 +08:00
engine MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
format MDL-78939 qformat_xml: fix reference to calculated question files. 2023-08-08 08:08:33 +01:00
templates MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
tests MDL-72321 mod_quiz: Use new datafilters for random questions 2023-08-31 15:00:39 +01:00
type MDL-79107 qtype_essay: Move non_form_fields.feature under qtype_essay 2023-08-31 20:46:11 +08:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
category_class.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
category_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
edit.php MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
editlib.php MDL-72321 mod_quiz: Use new datafilters for random questions 2023-08-31 15:00:39 +01:00
export_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
flags.js MDL-71305 core_question: Use toggle button for flag question element 2022-03-08 13:45:18 +11:00
format.php MDL-78866 question: question_created trigger pre-saving extra fields 2023-08-01 16:01:31 +07:00
import_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
lib.php MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
move_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
previewlib.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
qengine.js MDL-69164 Question: Convert question/qengine.js to AMD modules 2023-01-18 11:24:38 +07:00
renderer.php MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
toggleflag.php
upgrade.php
upgrade.txt MDL-78174 core_question: Build tertiary navigation using qbank plugins 2023-07-03 11:29:04 +01:00