Pinq\Providers\DSL\Compilation\Processors\OperationQueryProcessor::__construct PHP Метод

__construct() публичный Метод

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IOperationQuery $operationQuery )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$operationQuery Pinq\Queries\IOperationQuery
    public function __construct(IScopeProcessor $scopeProcessor, Queries\IOperationQuery $operationQuery)
    {
        parent::__construct($scopeProcessor);
        $this->operationQuery = $operationQuery;
    }