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

public buildJoinOptionsInterpretation ( ) : Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
Результат Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
Пример #1
0
 public function buildJoinOptionsInterpreter($segmentId)
 {
     return new JoinOptionsInterpreter($segmentId, $this->interpretation->buildJoinOptionsInterpretation(), $this->buildSourceInterpreter($segmentId), $this->evaluationContext);
 }