![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de HTMLPurifier_Node_Comment:
Graphe de collaboration de HTMLPurifier_Node_Comment:Fonctions membres publiques | |
| __construct ($data, $line=null, $col=null) | |
| toTokenPair () | |
Champs de données | |
| $data | |
| $is_whitespace = true | |
Champs de données hérités de HTMLPurifier_Node | |
| $line | |
| $col | |
| $armor = array() | |
| $dead = false | |
Concrete comment node class.
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
Réimplémentée à partir de HTMLPurifier_Node.
| $data |
Character data within comment. @type string
| $is_whitespace = true |
@type bool