PHP 인터페이스 Pinq\Analysis\ICallable

저자: Elliot Levin ([email protected])
상속: extends Pinq\Analysis\ITyped
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
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