PHP Interface Pinq\Queries\Builders\ISourceInterpreter

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

Public Methods

Method Description
getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation Gets the source interpretation
interpretSource ( Expression $expression ) : void Interprets the supplied source expression.

Method Details

getInterpretation() public method

Gets the source interpretation
public getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation
return Pinq\Queries\Builders\Interpretations\ISourceInterpretation

interpretSource() public method

Interprets the supplied source expression.
public interpretSource ( Expression $expression ) : void
$expression pinq\expressions\Expression
return void