HTMLPurifier_PropertyListIterator
extends FilterIterator
in package
Property list iterator. Do not instantiate this class directly.
Table of Contents
Properties
Methods
- __construct() : mixed
- accept() : bool
Properties
$filter
protected
mixed
$filter
Tags
$l
protected
mixed
$l
Tags
Methods
__construct()
public
__construct(Iterator $iterator[, string $filter = null ]) : mixed
Parameters
- $iterator : Iterator
-
Array of data to iterate over
- $filter : string = null
-
Optional prefix to only allow values of
accept()
public
accept() : bool