parser = $parser; $this->data = $data; } /** * Return content as double quoted string * * @return string doubled quoted string */ public function to_smarty_php() { return '"' . $this->data . '"'; } }