Kraken\Network\NetworkConnectionInterface::getEndpoint PHP Метод

getEndpoint() публичный Метод

Get the remote endpoint of connection.
public getEndpoint ( ) : string
Результат string
    public function getEndpoint();

Usage Example

Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getEndpoint()
 {
     return $this->connection->getEndpoint();
 }