ArrayObjectFilter
in package
implements
TypeFilter
FinalYes
In PHP 7.4 the storage of an ArrayObject isn't returned as ReflectionProperty. So we deep copy its array copy.
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- apply() : mixed
- Applies the filter to the object.
Properties
$copier
private
DeepCopy
$copier
Methods
__construct()
public
__construct(DeepCopy $copier) : mixed
Parameters
- $copier : DeepCopy
apply()
Applies the filter to the object.
public
apply(mixed $arrayObject) : mixed
Parameters
- $arrayObject : mixed