ArrayObjectFilter
in package
implements
TypeFilter
In PHP 7.4 the storage of an ArrayObject isn't returned as ReflectionProperty. So we deep copy its array copy.
Interfaces, Classes and Traits
Table of Contents
- $copier : DeepCopy
- __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
Return values
mixed —apply()
Applies the filter to the object.
public
apply(mixed $arrayObject) : mixed
Parameters
- $arrayObject : mixed
