PHP Класс HTMLPurifier_Node_Text, yii

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

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

Свойство Тип Описание
$data
$is_whitespace
$name PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.

Открытые методы

Метод Описание
__construct ( string $data, $is_whitespace, integer $line = null, integer $col = null ) Constructor, accepts data and determines if it is whitespace.
toTokenPair ( )

Описание методов

__construct() публичный Метод

Constructor, accepts data and determines if it is whitespace.
public __construct ( string $data, $is_whitespace, integer $line = null, integer $col = null )
$data string String parsed character data.
$line integer
$col integer

toTokenPair() публичный Метод

public toTokenPair ( )

Описание свойств

$data публичное свойство

public $data

$is_whitespace публичное свойство

public $is_whitespace

$name публичное свойство

PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.
public $name