Pinq\Queries\Builders\Interpretations\SourceResolver::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 IScopeResolver */
        $this->appendToHash($sourceId);
        $this->resolveParametersFrom($scopeInterpretation);
    }