DoctrineEmptyCollectionFilter
in package
implements
Filter
Tags
Table of Contents
Interfaces
- Filter
- Filter to apply to a property while copying an object
Methods
- apply() : mixed
- Sets the object property to an empty doctrine collection.
Methods
apply()
Sets the object property to an empty doctrine collection.
public
apply(object $object, string $property, callable $objectCopier) : mixed
Parameters
- $object : object
- $property : string
- $objectCopier : callable