getVhost() public method

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