Kraken\Network\NetworkConnectionInterface::getAddress PHP Method

getAddress() public method

Get the remote address of connection.
public getAddress ( ) : string
return string
    public function getAddress();

Usage Example

Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getAddress()
 {
     return $this->connection->getAddress();
 }