moodle/lib/grade
Eloy Lafuente (stronk7) f4feabb83f MDL-66968 php74: array_key_exists() for objects is deprecated
Replace it for correct property_exists() when the element
being inspected is a property of object/class.

Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.

Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
..
tests MDL-46978 core_grades: preserve category total visibility 2019-09-19 14:05:01 +10:00
constants.php MDL-27520 core_grades: make constant names clearer 2018-10-17 15:57:27 +08:00
grade_category.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
grade_grade.php MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
grade_item.php MDL-46978 core_grades: preserve category total visibility 2019-09-19 14:05:01 +10:00
grade_object.php MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
grade_outcome.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00
grade_scale.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00