Öffentliche Methoden | |
__construct ($data, $line=null, $col=null) | |
toNode () | |
![]() | |
__get ($n) | |
position ($l=null, $c=null) | |
rawPosition ($l, $c) | |
toNode () | |
Datenfelder | |
$data | |
$is_whitespace = true | |
![]() | |
$line | |
$col | |
$armor = array() | |
$skip | |
$rewind | |
$carryover | |
Concrete comment token class. Generally will be ignored.
Definiert in Zeile 6 der Datei Comment.php.
__construct | ( | $data, | |
$line = null , |
|||
$col = null |
|||
) |
Transparent constructor.
string | $data | String comment data. |
int | $line | |
int | $col |
Definiert in Zeile 26 der Datei Comment.php.
Benutzt HTMLPurifier_Token\$col, $data und HTMLPurifier_Token\$line.
toNode | ( | ) |
Definiert in Zeile 33 der Datei Comment.php.
$data |
Character data within comment. string
Definiert in Zeile 12 der Datei Comment.php.
Wird benutzt von __construct().
$is_whitespace = true |
bool
Definiert in Zeile 17 der Datei Comment.php.