Pinq\Queries\Builders\Interpretations\IScopeInterpretation::buildScopeInterpretation PHP Метод

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

public buildScopeInterpretation ( ) : Pinq\Queries\Builders\Interpretations\IScopeInterpretation
Результат Pinq\Queries\Builders\Interpretations\IScopeInterpretation
    public function buildScopeInterpretation();

Usage Example

Пример #1
0
 public function buildSourceInterpreter($segmentId)
 {
     return new SourceInterpreter($segmentId, $this->interpretation->buildSourceInterpretation(), new static($this->interpretation->buildScopeInterpretation(), $this->evaluationContext, "{$segmentId}-scope"), $this->evaluationContext);
 }