Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_PropertyListIterator Class Reference

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 6 of file PropertyListIterator.php.


Constructor & Destructor Documentation

__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.


Member Function Documentation

accept ( )

Definition at line 22 of file PropertyListIterator.php.


Field Documentation

$filter [protected]

Definition at line 10 of file PropertyListIterator.php.

$l [protected]

Definition at line 9 of file PropertyListIterator.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations