Pinq\Queries\Builders\JoinOptionsInterpreter::__construct PHP Метод

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

public __construct ( $segmentId, Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation $interpretation, Pinq\Queries\Builders\ISourceInterpreter $sourceInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
$interpretation Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
$sourceInterpreter Pinq\Queries\Builders\ISourceInterpreter
$evaluationContext Pinq\Expressions\IEvaluationContext
    public function __construct($segmentId, IJoinOptionsInterpretation $interpretation, ISourceInterpreter $sourceInterpreter, O\IEvaluationContext $evaluationContext = null)
    {
        parent::__construct($segmentId, $evaluationContext);
        $this->interpretation = $interpretation;
        $this->sourceInterpreter = $sourceInterpreter;
    }