PHP Интерфейс Pinq\Analysis\IFunction

Автор: Elliot Levin ([email protected])
Наследование: extends Pinq\Analysis\ICallable
Показать файл Открыть проект

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

Метод Описание
getName ( ) : string Gets the function name.
getReflection ( ) : ReflectionFunction Gets the reflection of the function.

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

getName() публичный метод

Gets the function name.
public getName ( ) : string
Результат string

getReflection() публичный метод

Gets the reflection of the function.
public getReflection ( ) : ReflectionFunction
Результат ReflectionFunction