PHPDaemon\Examples\ExampleICMP::beginRequest PHP Method

beginRequest() public method

Creates Request.
public beginRequest ( $req, $upstream ) : ExampleICMPRequest
return ExampleICMPRequest Request.
    public function beginRequest($req, $upstream)
    {
        return new \PHPDaemon\Examples\ExampleICMPRequest($this, $upstream, $req);
    }
ExampleICMP