getHost() public méthode

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