PHP 클래스 HTMLPurifier_Injector_SafeObject, yii

상속: extends HTMLPurifier_Injector
파일 보기 프로젝트 열기: yiisoft/yii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$name
$needed

보호된 프로퍼티들

프로퍼티 타입 설명
$addParam Keep this synchronized with AttrTransform/SafeParam.php.
$allowedParam These are all lower-case keys.
$objectStack
$paramStack

공개 메소드들

메소드 설명
handleElement ( HTMLPurifier_Token &$token )
handleEnd ( &$token )
prepare ( HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : void

메소드 상세

handleElement() 공개 메소드

public handleElement ( HTMLPurifier_Token &$token )
$token HTMLPurifier_Token

handleEnd() 공개 메소드

public handleEnd ( &$token )

prepare() 공개 메소드

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

프로퍼티 상세

$addParam 보호되어 있는 프로퍼티

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

$allowedParam 보호되어 있는 프로퍼티

These are all lower-case keys.
protected $allowedParam

$name 공개적으로 프로퍼티

public $name

$needed 공개적으로 프로퍼티

public $needed

$objectStack 보호되어 있는 프로퍼티

protected $objectStack

$paramStack 보호되어 있는 프로퍼티

protected $paramStack