Pinq\Queries\Builders\RequestQueryInterpreter::__construct PHP Method

__construct() public method

public __construct ( Pinq\Queries\Builders\Interpretations\IRequestInterpretation $interpretation, Pinq\Queries\Builders\IScopeInterpreter $scopeInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
$interpretation Pinq\Queries\Builders\Interpretations\IRequestInterpretation
$scopeInterpreter Pinq\Queries\Builders\IScopeInterpreter
$evaluationContext Pinq\Expressions\IEvaluationContext
    public function __construct(IRequestInterpretation $interpretation, IScopeInterpreter $scopeInterpreter, O\IEvaluationContext $evaluationContext = null)
    {
        parent::__construct('request', $scopeInterpreter, $evaluationContext);
        $this->interpretation = $interpretation;
    }