getHost() 공개 메소드

Get the configured host.
public getHost ( ) : string
리턴 string The configured hostname of the broker
예제 #1
0
 /**
  * @inheritdoc
  */
 public function getHost()
 {
     return $this->delegate->getHost();
 }