|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Property list iterator. More...
Inheritance diagram for HTMLPurifier_PropertyListIterator:
Collaboration diagram for HTMLPurifier_PropertyListIterator:Public Member Functions | |
| __construct (Iterator $iterator, $filter=null) | |
| accept () | |
Protected Attributes | |
| $l | |
| @type int More... | |
| $filter | |
| @type string More... | |
Property list iterator.
Do not instantiate this class directly.
Definition at line 6 of file PropertyListIterator.php.
| HTMLPurifier_PropertyListIterator::__construct | ( | Iterator | $iterator, |
$filter = null |
|||
| ) |
| Iterator | $iterator | Array of data to iterate over |
| string | $filter | Optional prefix to only allow values of |
Definition at line 22 of file PropertyListIterator.php.
References $filter.
| HTMLPurifier_PropertyListIterator::accept | ( | ) |
Definition at line 32 of file PropertyListIterator.php.
References $key.
|
protected |
|
protected |
@type int
Definition at line 12 of file PropertyListIterator.php.