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

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

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

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

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

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

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

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

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