Pinq\Queries\Builders\Interpretations\IScopeInterpretation::buildSourceInterpretation PHP Method

buildSourceInterpretation() public method

public buildSourceInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation
return Pinq\Queries\Builders\Interpretations\ISourceInterpretation
    public function buildSourceInterpretation();

Usage Example

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