Pinq\Queries\Builders\Interpretations\SourceParser::interpretQueryScope PHP Метод

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

public interpretQueryScope ( $sourceId, Pinq\Queries\Builders\Interpretations\IScopeInterpretation $scopeInterpretation )
$scopeInterpretation Pinq\Queries\Builders\Interpretations\IScopeInterpretation
    public function interpretQueryScope($sourceId, IScopeInterpretation $scopeInterpretation)
    {
        /* @var $scopeInterpretation IScopeParser */
        $this->source = new Source\QueryScope($scopeInterpretation->getScope());
    }