Pinq\Providers\DSL\Compilation\Processors\QueryProcessor::__construct PHP Method

__construct() public method

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
    public function __construct(IScopeProcessor $scopeProcessor)
    {
        $this->scopeProcessor = $scopeProcessor;
    }

Usage Example

 public function __construct(IScopeProcessor $scopeProcessor, Queries\IRequestQuery $requestQuery)
 {
     parent::__construct($scopeProcessor);
     $this->requestQuery = $requestQuery;
 }
All Usage Examples Of Pinq\Providers\DSL\Compilation\Processors\QueryProcessor::__construct