PHP Interface Pinq\Queries\Builders\IJoinOptionsInterpreter

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/pinq

Public Methods

Method Description
getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation Gets the join options interpretation.
interpretJoinOptions ( MethodCallExpression $expression, MethodCallExpression &$sourceExpression = null ) : void Interprets the supplied join options expression.

Method Details

getInterpretation() public method

Gets the join options interpretation.
public getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation
return Pinq\Queries\Builders\Interpretations\IJoinOptionsInterpretation

interpretJoinOptions() public method

Interprets the supplied join options expression.
public interpretJoinOptions ( MethodCallExpression $expression, MethodCallExpression &$sourceExpression = null ) : void
$expression Pinq\Expressions\MethodCallExpression
$sourceExpression Pinq\Expressions\MethodCallExpression
return void