Esempio n. 1
0
File: Url.php Progetto: watoki/curir
 /**
  * @return static
  */
 protected function copy()
 {
     return new Url($this->scheme, $this->host, $this->port, new Path($this->elements), $this->parameters->deepCopy(), $this->fragment);
 }