API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_Node_Comment Class Reference
Inheritance diagram for HTMLPurifier_Node_Comment:
Collaboration diagram for HTMLPurifier_Node_Comment:

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
 

Detailed Description

Concrete comment node class.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $data,
  $line = null,
  $col = null 
)

Transparent constructor.

Parameters
string$dataString comment data.
int$line
int$col

Member Function Documentation

◆ toTokenPair()

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.

Field Documentation

◆ $data

$data

Character data within comment. @type string

◆ $is_whitespace

$is_whitespace = true

@type bool


The documentation for this class was generated from the following file: