PHP Интерфейс Pinq\Queries\Builders\ISourceInterpreter

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation Gets the source interpretation
interpretSource ( Expression $expression ) : void Interprets the supplied source expression.

Описание методов

getInterpretation() публичный Метод

Gets the source interpretation
public getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation
Результат Pinq\Queries\Builders\Interpretations\ISourceInterpretation

interpretSource() публичный Метод

Interprets the supplied source expression.
public interpretSource ( Expression $expression ) : void
$expression Pinq\Expressions\Expression
Результат void