Documentation

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

TypeFilter

Properties

$copier  : DeepCopy

Methods

__construct()  : mixed
apply()  : mixed
Applies the filter to the object.

Properties

Methods

apply()

Applies the filter to the object.

public apply(mixed $arrayObject) : mixed
Parameters
$arrayObject : mixed

        
On this page

Search results