Apparently it’s sometimes possible for the DeprecationHelper’s magic methods to be called while the object is being destructed and has already had its properties unset; in that case, if we try to access $this->dynamicPropertiesAccessDeprecated, we’ll get a warning. Fall back to a simple property access in that case. Bug: T363492 Change-Id: Idc233f7c65a48b7d8f13fd97e365ef907ec7fc40 |
||
|---|---|---|
| .. | ||
| logger | ||
| DeprecatablePropertyArray.php | ||
| DeprecationHelper.php | ||
| MW.php | ||
| MWDebug.php | ||