shipcloud PHP Client

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

TypeFilter

Table of Contents

$copier  : DeepCopy
__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
Return values
mixed

Search results