Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
HTMLPurifier_Token_Comment
PHP Class HTMLPurifier_Token_Comment, yii
Inheritance:
extends
HTMLPurifier_Token
Show file
Open project: yiisoft/yii
Class Usage Examples
Public Properties
Property
Type
Description
$data
Character data within comment.
$is_whitespace
Public Methods
Method
Description
__construct
(
string
$data
,
integer
$line
= null,
integer
$col
= null )
Transparent constructor.
toNode
( )
Method Details
__construct()
public
method
Transparent constructor.
public
__construct
(
string
$data
,
integer
$line
= null,
integer
$col
= null )
$data
string
String comment data.
$line
integer
$col
integer
toNode()
public
method
public
toNode
( )
Property Details
$data
public property
Character data within comment.
public
$data
$is_whitespace
public property
public
$is_whitespace