data = $data; $this->line = $line; $this->col = $col; } public function toTokenPair() { return array ( new HTMLPurifier_Token_Comment ( $this->data, $this->line, $this->col ), null ); } }