Beispiel #1
0
 /**
  * Return the URI for this header
  *
  * @return string
  */
 public function getUri()
 {
     if ($this->uri instanceof UriInterface) {
         return $this->uri->toString();
     }
     return $this->uri;
 }