PHP Класс HTMLPurifier_Node_Element, yii

Наследование: extends HTMLPurifier_Node
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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