getEndpoint() public method

Get the remote endpoint of connection.
public getEndpoint ( ) : string
return string
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getEndpoint()
 {
     return $this->connection->getEndpoint();
 }