KeepFilter
in package
implements
Filter
Table of Contents
Interfaces
- Filter
- Filter to apply to a property while copying an object
Methods
- apply() : mixed
- Keeps the value of the object property.
Methods
apply()
Keeps the value of the object property.
public
apply(mixed $object, mixed $property, mixed $objectCopier) : mixed
Parameters
- $object : mixed
- $property : mixed
- $objectCopier : mixed