PHP 클래스 HTMLPurifier_Node_Element, yii

상속: extends HTMLPurifier_Node
파일 보기 프로젝트 열기: yiisoft/yii

공개 프로퍼티들

프로퍼티 타입 설명
$attr Associative array of the node's attributes.
$children List of child elements.
$empty is it a pair of start/end tokens or an empty token.
$endArmor
$endCol
$endLine
$name The lower-case name of the tag, like 'a', 'b' or 'blockquote'.

공개 메소드들

메소드 설명
__construct ( $name, $attr = [], $line = null, $col = null, $armor = [] )
toTokenPair ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, $attr = [], $line = null, $col = null, $armor = [] )

toTokenPair() 공개 메소드

public toTokenPair ( )

프로퍼티 상세

$attr 공개적으로 프로퍼티

Associative array of the node's attributes.
public $attr

$children 공개적으로 프로퍼티

List of child elements.
public $children

$empty 공개적으로 프로퍼티

is it a pair of start/end tokens or an empty token.
public $empty

$endArmor 공개적으로 프로퍼티

public $endArmor

$endCol 공개적으로 프로퍼티

public $endCol

$endLine 공개적으로 프로퍼티

public $endLine

$name 공개적으로 프로퍼티

The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
public $name