getVhost() 공개 메소드

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