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

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

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

Метод Описание
getName ( ) : string Gets the name.
getReflection ( ) : ReflectionFunctionAbstract Gets the reflection of the function.
getReturnType ( ) : Pinq\Analysis\IType Gets the return type of the function.
getReturnTypeWithArguments ( array $staticArguments ) : Pinq\Analysis\IType Gets the return type of the function with the supplied arguments array.

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

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

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

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

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

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

Gets the return type of the function.
public getReturnType ( ) : Pinq\Analysis\IType
Результат Pinq\Analysis\IType

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

Gets the return type of the function with the supplied arguments array.
public getReturnTypeWithArguments ( array $staticArguments ) : Pinq\Analysis\IType
$staticArguments array The argument values indexed by their position.
Результат Pinq\Analysis\IType