PHP Class HTMLPurifier_Node_Element, yii

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

Public Properties

Property Type Description
$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'.

Public Methods

Method Description
__construct ( $name, $attr = [], $line = null, $col = null, $armor = [] )
toTokenPair ( )

Method Details

__construct() public method

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

toTokenPair() public method

public toTokenPair ( )

Property Details

$attr public_oe property

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

$children public_oe property

List of child elements.
public $children

$empty public_oe property

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

$endArmor public_oe property

public $endArmor

$endCol public_oe property

public $endCol

$endLine public_oe property

public $endLine

$name public_oe property

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