PHP Класс HTMLPurifier_Token, yii

Показать файл Открыть проект

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

Свойство Тип Описание
$armor Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"
$carryover
$col Column of line node was on in source document. Null if unknown.
$line Line number node was on in source document. Null if unknown.
$rewind
$skip Used during MakeWellFormed.

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

Метод Описание
__get ( string $n ) : null | string
position ( integer $l = null, integer $c = null ) Sets the position of the token in the source document.
rawPosition ( integer $l, integer $c ) Convenience function for DirectLex settings line/col position.
toNode ( ) Converts a token into its corresponding node.

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

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

public __get ( string $n ) : null | string
$n string
Результат null | string

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

Sets the position of the token in the source document.
public position ( integer $l = null, integer $c = null )
$l integer
$c integer

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

Convenience function for DirectLex settings line/col position.
public rawPosition ( integer $l, integer $c )
$l integer
$c integer

toNode() абстрактный публичный Метод

Converts a token into its corresponding node.
abstract public toNode ( )

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

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

Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"
public $armor

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

public $carryover

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

Column of line node was on in source document. Null if unknown.
public $col

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

Line number node was on in source document. Null if unknown.
public $line

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

public $rewind

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

Used during MakeWellFormed.
public $skip