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

public buildSourceInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation
Результат Pinq\Queries\Builders\Interpretations\ISourceInterpretation
Пример #1
0
 public function buildSourceInterpreter($segmentId)
 {
     return new SourceInterpreter($segmentId, $this->interpretation->buildSourceInterpretation(), new static($this->interpretation->buildScopeInterpretation(), $this->evaluationContext, "{$segmentId}-scope"), $this->evaluationContext);
 }