getHost() public method

Get the configured host.
public getHost ( ) : string
return string The configured hostname of the broker
コード例 #1
0
ファイル: Connection.php プロジェクト: treehouselabs/queue
 /**
  * @inheritdoc
  */
 public function getHost()
 {
     return $this->delegate->getHost();
 }