PHP 클래스 HTMLPurifier_ChildDef_Required, yii

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

공개 프로퍼티들

프로퍼티 타입 설명
$allow_empty
$elements Lookup table of allowed elements.
$type

보호된 프로퍼티들

프로퍼티 타입 설명
$whitespace Whether or not the last passed node was all whitespace.

공개 메소드들

메소드 설명
__construct ( array | string $elements )
validateChildren ( array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( array | string $elements )
$elements array | string List of allowed element names (lowercase).

validateChildren() 공개 메소드

public validateChildren ( array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : array
$children array
$config HTMLPurifier_Config
$context HTMLPurifier_Context
리턴 array

프로퍼티 상세

$allow_empty 공개적으로 프로퍼티

public $allow_empty

$elements 공개적으로 프로퍼티

Lookup table of allowed elements.
public $elements

$type 공개적으로 프로퍼티

public $type

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

Whether or not the last passed node was all whitespace.
protected $whitespace