getVhost() public méthode

Get the configured vhost.
public getVhost ( ) : string
Résultat string The configured virtual host as a string.
Exemple #1
0
 /**
  * @inheritdoc
  */
 public function getVhost()
 {
     return $this->delegate->getVhost();
 }