|
HTMLPurifier 4.4.0
|
Property list iterator. More...
Public Member Functions | |
| __construct (Iterator $iterator, $filter=null) | |
| accept () | |
| __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.
Referenced by __construct().
| 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 6722 of file HTMLPurifier.standalone.php.
References $filter, and __construct().
| HTMLPurifier_PropertyListIterator::accept | ( | ) |
Definition at line 22 of file PropertyListIterator.php.
| HTMLPurifier_PropertyListIterator::accept | ( | ) |
Definition at line 6728 of file HTMLPurifier.standalone.php.
HTMLPurifier_PropertyListIterator::$filter [protected] |
Definition at line 10 of file PropertyListIterator.php.
Referenced by __construct().
HTMLPurifier_PropertyListIterator::$l [protected] |
Definition at line 9 of file PropertyListIterator.php.