API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($data, $line=null, $col=null) | |
toNode () | |
Public Member Functions inherited from HTMLPurifier_Token | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
toNode () | |
Data Fields | |
$data | |
$is_whitespace = true | |
Data Fields inherited from HTMLPurifier_Token | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
Concrete comment token class. Generally will be ignored.
__construct | ( | $data, | |
$line = null , |
|||
$col = null |
|||
) |
Transparent constructor.
string | $data | String comment data. |
int | $line | |
int | $col |
toNode | ( | ) |
Converts a token into its corresponding node.
Reimplemented from HTMLPurifier_Token.
$data |
Character data within comment. @type string
$is_whitespace = true |
@type bool