Documentation

ChainableFilter
in package
implements Filter

Defines a decorator filter that will not stop the chain of filters.

Table of Contents

Interfaces

Filter
Filter to apply to a property while copying an object

Properties

$filter  : Filter

Methods

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

Properties

Methods

apply()

Applies the filter to the object.

public apply(mixed $object, mixed $property, mixed $objectCopier) : mixed
Parameters
$object : mixed
$property : mixed
$objectCopier : mixed

        
On this page

Search results