PHPDaemon\Examples\ExampleWithPostgreSQL::beginRequest PHP Method

beginRequest() public method

Creates Request.
public beginRequest ( $req, $upstream ) : ExampleWithPostgreSQLRequest
return ExampleWithPostgreSQLRequest Request.
    public function beginRequest($req, $upstream)
    {
        return new ExampleWithPostgreSQLRequest($this, $upstream, $req);
    }
ExampleWithPostgreSQL