moodle/lib/grade
Meirza 337bc1554a MDL-78164 lib: Added class properties that are not declared in grade
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.

Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-06-21 14:41:35 +07:00
..
tests MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00
constants.php MDL-72873 core_grades: Remove $CFG->grade_navmethod 2021-12-16 00:10:13 +08:00
grade_category.php MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00
grade_grade.php MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00
grade_item.php MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00
grade_object.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
grade_outcome.php MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00
grade_scale.php MDL-78164 lib: Added class properties that are not declared in grade 2023-06-21 14:41:35 +07:00