|
ILIAS
eassessment Revision 61809
|
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 | |
| $filter | |
Property list iterator.
Do not instantiate this class directly.
Definition at line 6 of file PropertyListIterator.php.
| HTMLPurifier_PropertyListIterator::__construct | ( | Iterator | $iterator, |
$filter = null |
|||
| ) |
| $data | Array of data to iterate over |
| $filter | Optional prefix to only allow values of |
Definition at line 16 of file PropertyListIterator.php.
References $filter.
| HTMLPurifier_PropertyListIterator::accept | ( | ) |
Definition at line 22 of file PropertyListIterator.php.
|
protected |
Definition at line 10 of file PropertyListIterator.php.
Referenced by __construct().
|
protected |
Definition at line 9 of file PropertyListIterator.php.