PHP Interface Pinq\Queries\Builders\IQueryInterpreter

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
getScopeInterpreter ( ) : Pinq\Queries\Builders\IScopeInterpreter Gets the scope interpreter.
interpret ( Expression $expression ) : void Interprets the supplied query expression.

Method Details

getScopeInterpreter() public method

Gets the scope interpreter.
public getScopeInterpreter ( ) : Pinq\Queries\Builders\IScopeInterpreter
return Pinq\Queries\Builders\IScopeInterpreter

interpret() public method

Interprets the supplied query expression.
public interpret ( Expression $expression ) : void
$expression Pinq\Expressions\Expression
return void