Cheetah
Public Member Functions | Protected Attributes | List of all members
HTMLPurifier_PropertyListIterator Class Reference
Inheritance diagram for HTMLPurifier_PropertyListIterator:

Public Member Functions

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

Protected Attributes

 $l
 
 $filter
 

Detailed Description

Property list iterator. Do not instantiate this class directly.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_PropertyListIterator::__construct ( Iterator  $iterator,
  $filter = null 
)
Parameters
Iterator$iteratorArray of data to iterate over
string$filterOptional prefix to only allow values of

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

Member Function Documentation

◆ accept()

HTMLPurifier_PropertyListIterator::accept ( )
Returns
bool

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

Member Data Documentation

◆ $filter

HTMLPurifier_PropertyListIterator::$filter
protected

@type string

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

◆ $l

HTMLPurifier_PropertyListIterator::$l
protected

@type int

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


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