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

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

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

Метод Описание
getCallable ( ) : callable Gets the function type.
getId ( ) : string Gets the parameter id.
getType ( ) : integer Gets the function type.

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

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

Gets the function type.
public getCallable ( ) : callable
Результат callable

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

Gets the parameter id.
public getId ( ) : string
Результат string

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

Gets the function type.
public getType ( ) : integer
Результат integer