Kraken\Network\NetworkConnectionInterface::getResourceId PHP Method

getResourceId() public method

Get the resource id of connection.
public getResourceId ( ) : integer
return integer
    public function getResourceId();

Usage Example

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