PHP Class Pinq\Providers\DSL\Compilation\Processors\RequestQueryProcessor

Author: Elliot Levin ([email protected])
Inheritance: extends QueryProcessor, implements Pinq\Providers\DSL\Compilation\Processors\IRequestQueryProcessor
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IRequestQuery $requestQuery )
buildQuery ( )

Protected Methods

Method Description
processRequest ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IRequest
processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IScope

Method Details

__construct() public method

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IRequestQuery $requestQuery )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$requestQuery Pinq\Queries\IRequestQuery

buildQuery() public method

public buildQuery ( )

processRequest() protected method

protected processRequest ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IRequest
$scope Pinq\Queries\IScope
$request Pinq\Queries\IRequest
return Pinq\Queries\IRequest

processScope() protected method

protected processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IScope
$scope Pinq\Queries\IScope
$request Pinq\Queries\IRequest
return Pinq\Queries\IScope