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
Methods
- __construct() : mixed
- apply() : mixed
- Applies the filter to the object.
Properties
$filter
protected
Filter
$filter
Methods
__construct()
public
__construct(Filter $filter) : mixed
Parameters
- $filter : Filter
apply()
Applies the filter to the object.
public
apply(mixed $object, mixed $property, mixed $objectCopier) : mixed
Parameters
- $object : mixed
- $property : mixed
- $objectCopier : mixed