XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct ($data, $line=null, $col=null) | |
Public Member Functions inherited from HTMLPurifier_Token | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
Public Attributes | |
$data | |
$is_whitespace = true | |
Public Attributes inherited from HTMLPurifier_Token | |
$armor = array() | |
$carryover | |
$col | |
$line | |
$rewind | |
$skip | |
Concrete comment token class. Generally will be ignored.
Definition at line 6 of file Comment.php.
HTMLPurifier_Token_Comment::__construct | ( | $data, | |
$line = null , |
|||
$col = null |
|||
) |
Transparent constructor.
$data | String comment data. |
Definition at line 15 of file Comment.php.
References HTMLPurifier_Token\$col, $data, and HTMLPurifier_Token\$line.
HTMLPurifier_Token_Comment::$data |
Character data within comment.
Definition at line 8 of file Comment.php.
Referenced by __construct().
HTMLPurifier_Token_Comment::$is_whitespace = true |
Definition at line 9 of file Comment.php.