moodle/user/filters
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
..
anycourses.php MDL-44646 administration: Users can be filtered by course enrollment 2018-06-20 06:48:59 +02:00
checkbox.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
cohort.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
courserole.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
date.php MDL-65561 themes: user date filters display fixes 2019-08-19 08:24:04 +02:00
globalrole.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
lib.php MDL-66133 user: Add setting to configure user filters 2019-08-23 20:43:26 +02:00
profilefield.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
select.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
simpleselect.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
text.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
user_filter_forms.php
yesno.php MDL-51784 various: use __construct() for PHP7 compatibility 2015-12-11 12:48:24 +08:00