SplDoublyLinkedListFilter
in package
implements
TypeFilter
Tags
Table of Contents
Interfaces
Properties
- $copier : mixed
Methods
- __construct() : mixed
- apply() : mixed
- Applies the filter to the object.
- createCopyClosure() : mixed
Properties
$copier
private
mixed
$copier
Methods
__construct()
public
__construct(DeepCopy $copier) : mixed
Parameters
- $copier : DeepCopy
apply()
Applies the filter to the object.
public
apply(mixed $element) : mixed
Parameters
- $element : mixed
createCopyClosure()
private
createCopyClosure() : mixed