Ejemplo n.º 1
0
 public static function fromString($uriString)
 {
     return new static(StringUtil::map($uriString, ':', ['scheme', 'path']));
 }