content = $text; } public function compile($tpl) { return $this->content; } public function getTag() { return "TEXT"; } }