PHP Interface Pinq\Queries\Builders\IQueryInterpreter

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

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

Method Details

getScopeInterpreter() public méthode

Gets the scope interpreter.
public getScopeInterpreter ( ) : Pinq\Queries\Builders\IScopeInterpreter
Résultat Pinq\Queries\Builders\IScopeInterpreter

interpret() public méthode

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