|
HTMLPurifier 4.4.0
|
Concrete comment token class. More...
Public Member Functions | |
| __construct ($data, $line=null, $col=null) | |
| Transparent constructor. | |
| __construct ($data, $line=null, $col=null) | |
| Transparent constructor. | |
Public Attributes | |
| $data | |
| Character data within comment. | |
| $is_whitespace = true | |
| HTMLPurifier_Token_Comment::__construct | ( | $ | data, |
| $ | line = null, |
||
| $ | col = null |
||
| ) |
Transparent constructor.
| $data | String comment data. |
Definition at line 15 of file Comment.php.
References HTMLPurifier_Token::$col, $data, and HTMLPurifier_Token::$line.
| HTMLPurifier_Token_Comment::__construct | ( | $ | data, |
| $ | line = null, |
||
| $ | col = null |
||
| ) |
Transparent constructor.
| $data | String comment data. |
Definition at line 16699 of file HTMLPurifier.standalone.php.
References HTMLPurifier_Token::$col, $data, and HTMLPurifier_Token::$line.
| HTMLPurifier_Token_Comment::$data |
Character data within comment.
Definition at line 8 of file Comment.php.
Referenced by __construct().
| HTMLPurifier_Token_Comment::$is_whitespace = true |
Definition at line 9 of file Comment.php.