PHP Class HTMLPurifier_PropertyListIterator, yii

Inheritance: extends FilterIterator
显示文件 Open project: yiisoft/yii

Protected Properties

Property Type Description
$filter
$l

Public Methods

Method Description
__construct ( Iterator $iterator, string $filter = null )
accept ( ) : boolean

Method Details

__construct() public method

public __construct ( Iterator $iterator, string $filter = null )
$iterator Iterator Array of data to iterate over
$filter string Optional prefix to only allow values of

accept() public method

public accept ( ) : boolean
return boolean

Property Details

$filter protected_oe property

protected $filter

$l protected_oe property

protected $l