text = $text; } static public function make($text = "") { return new Text($text); } }