text = $text; } /** * Magic method * * @return string */ public function __toString() { return $this->text; } }