PHP Class HTMLPurifier_Node_Text, yii

Inheritance: extends HTMLPurifier_Node
Afficher le fichier Open project: yiisoft/yii

Méthodes publiques

Свойство Type Description
$data
$is_whitespace
$name PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.

Méthodes publiques

Méthode Description
__construct ( string $data, $is_whitespace, integer $line = null, integer $col = null ) Constructor, accepts data and determines if it is whitespace.
toTokenPair ( )

Method Details

__construct() public méthode

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 méthode

public toTokenPair ( )

Property Details

$data public_oe property

public $data

$is_whitespace public_oe property

public $is_whitespace

$name public_oe property

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