Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_Token_Comment Class Reference
Inheritance diagram for HTMLPurifier_Token_Comment:
Collaboration diagram for HTMLPurifier_Token_Comment:

Public Member Functions

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

Data Fields

 $data
 $is_whitespace = true

Detailed Description

Concrete comment token class. Generally will be ignored.

Definition at line 6 of file Comment.php.


Constructor & Destructor Documentation

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

Transparent constructor.

Parameters:
$dataString comment data.

Definition at line 15 of file Comment.php.


Field Documentation

$data

Character data within comment.

Definition at line 8 of file Comment.php.

$is_whitespace = true

Definition at line 9 of file Comment.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations