Pinq\Queries\Builders\Interpretations\OperationParser::interpretJoinApply PHP Method

interpretJoinApply() public method

public interpretJoinApply ( $operationId, Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation $joinOptionsInterpretation, Pinq\Queries\Builders\Functions\IFunction $applyFunction )
$joinOptionsInterpretation Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
$applyFunction Pinq\Queries\Builders\Functions\IFunction
    public function interpretJoinApply($operationId, IJoinOptionsInterpretation $joinOptionsInterpretation, IFunction $applyFunction)
    {
        /** @var $joinOptionsInterpretation IJoinOptionsParser */
        $this->operation = new Operations\JoinApply($joinOptionsInterpretation->getJoinOptions(), $this->buildFunction($applyFunction, Functions\ConnectorMutator::factory()));
    }