PHP Class HTMLPurifier_Injector_SafeObject, yii

Inheritance: extends HTMLPurifier_Injector
Datei anzeigen Open project: yiisoft/yii Class Usage Examples

Public Properties

Property Type Description
$name
$needed

Protected Properties

Property Type Description
$addParam Keep this synchronized with AttrTransform/SafeParam.php.
$allowedParam These are all lower-case keys.
$objectStack
$paramStack

Public Methods

Method Description
handleElement ( HTMLPurifier_Token &$token )
handleEnd ( &$token )
prepare ( HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : void

Method Details

handleElement() public method

public handleElement ( HTMLPurifier_Token &$token )
$token HTMLPurifier_Token

handleEnd() public method

public handleEnd ( &$token )

prepare() public method

public prepare ( HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : void
$config HTMLPurifier_Config
$context HTMLPurifier_Context
return void

Property Details

$addParam protected_oe property

Keep this synchronized with AttrTransform/SafeParam.php.
protected $addParam

$allowedParam protected_oe property

These are all lower-case keys.
protected $allowedParam

$name public_oe property

public $name

$needed public_oe property

public $needed

$objectStack protected_oe property

protected $objectStack

$paramStack protected_oe property

protected $paramStack