PHP 클래스 Pinq\Providers\DSL\Compilation\Processors\RequestQueryProcessor

저자: Elliot Levin ([email protected])
상속: extends QueryProcessor, implements Pinq\Providers\DSL\Compilation\Processors\IRequestQueryProcessor
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
__construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IRequestQuery $requestQuery )
buildQuery ( )

보호된 메소드들

메소드 설명
processRequest ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IRequest
processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IScope

메소드 상세

__construct() 공개 메소드

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 buildQuery ( )

processRequest() 보호된 메소드

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

processScope() 보호된 메소드

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