HTMLPurifier 4.4.0
HTMLPurifier_PropertyListIterator Class Reference

Property list iterator. More...

List of all members.

Public Member Functions

 __construct (Iterator $iterator, $filter=null)
 accept ()
 __construct (Iterator $iterator, $filter=null)
 accept ()

Protected Attributes

 $l
 $filter

Detailed Description

Property list iterator.

Do not instantiate this class directly.

Definition at line 6 of file PropertyListIterator.php.


Constructor & Destructor Documentation

HTMLPurifier_PropertyListIterator::__construct ( Iterator $  iterator,
filter = null 
)
Parameters:
$dataArray of data to iterate over
$filterOptional 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 
)
Parameters:
$dataArray of data to iterate over
$filterOptional prefix to only allow values of

Definition at line 6722 of file HTMLPurifier.standalone.php.

References $filter, and __construct().


Member Function Documentation

HTMLPurifier_PropertyListIterator::accept ( )

Definition at line 22 of file PropertyListIterator.php.

HTMLPurifier_PropertyListIterator::accept ( )

Definition at line 6728 of file HTMLPurifier.standalone.php.


Member Data Documentation

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.


The documentation for this class was generated from the following files: