芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php
data = $data; $this->is_whitespace = $is_whitespace; $this->line = $line; $this->col = $col; } public function toTokenPair() { return array(new HTMLPurifier_Token_Text($this->data, $this->line, $this->col), null); } } // vim: et sw=4 sts=4