/var/www/vhosts/ihelp.ro/httpdocs/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token
NameSizeModeActions
Comment.php7590644editdlrm
Empty.php2480644editdlrm
End.php5880644editdlrm
Start.php1350644editdlrm
Tag.php20160644editdlrm
Text.php13250644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php (759B)
data = $data; $this->line = $line; $this->col = $col; } public function toNode() { return new HTMLPurifier_Node_Comment($this->data, $this->line, $this->col); } } // vim: et sw=4 sts=4