Öffentliche Methoden | |
__construct ($data, $line=null, $col=null) | |
toTokenPair () | |
![]() | |
toTokenPair () | |
Datenfelder | |
$data | |
$is_whitespace = true | |
![]() | |
$line | |
$col | |
$armor = array() | |
$dead = false | |
Concrete comment node class.
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_Node\$col, $data und HTMLPurifier_Node\$line.
toTokenPair | ( | ) |
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.