PHP Class Pinq\Queries\Builders\JoinOptionsInterpreter

Author: Elliot Levin ([email protected])
Inheritance: extends ExpressionInterpreter, implements Pinq\Queries\Builders\IJoinOptionsInterpreter
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$interpretation Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
$sourceInterpreter Pinq\Queries\Builders\ISourceInterpreter

Public Methods

Method Description
__construct ( $segmentId, Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation $interpretation, Pinq\Queries\Builders\ISourceInterpreter $sourceInterpreter, Pinq\Expressions\IEvaluationContext $evaluationContext = null )
getInterpretation ( )
interpretJoinOptions ( MethodCallExpression $expression, MethodCallExpression &$sourceExpression = null )

Method Details

__construct() public method

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

getInterpretation() public method

public getInterpretation ( )

interpretJoinOptions() public method

public interpretJoinOptions ( MethodCallExpression $expression, MethodCallExpression &$sourceExpression = null )
$expression Pinq\Expressions\MethodCallExpression
$sourceExpression Pinq\Expressions\MethodCallExpression

Property Details

$interpretation protected property

protected IJoinOptionsInterpretation,Pinq\Queries\Builders\Interpretations $interpretation
return Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation

$sourceInterpreter protected property

protected ISourceInterpreter,Pinq\Queries\Builders $sourceInterpreter
return Pinq\Queries\Builders\ISourceInterpreter