Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function getAuthority()
 {
     $port = '';
     if (!$this->hasStandardPort()) {
         $port = $this->port->getUriComponent();
     }
     return $this->userInfo->getUriComponent() . $this->host->getUriComponent() . $port;
 }