API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($data, $line=null, $col=null) | |
toTokenPair () | |
toTokenPair () | |
Data Fields | |
$data | |
$is_whitespace = true | |
Data Fields inherited from HTMLPurifier_Node | |
$line | |
$col | |
$armor = array() | |
$dead = false | |
Concrete comment node class.
__construct | ( | $data, | |
$line = null , |
|||
$col = null |
|||
) |
Transparent constructor.
string | $data | String comment data. |
int | $line | |
int | $col |
toTokenPair | ( | ) |
Returns a pair of start and end tokens, where the end token is null if it is not necessary. Does not include children. @type array
Reimplemented from HTMLPurifier_Node.
$data |
Character data within comment. @type string
$is_whitespace = true |
@type bool