set_view('robots.php'); } /** * Retrieves the text for the robots.txt file. * * @return string The text for the txt file. */ public function get_text(){return $this->text;} }