PHP Class HTMLPurifier_Node_Text, yii

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

Public Properties

Property Type Description
$data
$is_whitespace
$name PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.

Public Methods

Method 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 method

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 method

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