메소드 | 설명 | |
---|---|---|
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. |
public getReflection ( ) : ReflectionFunctionAbstract | ||
리턴 | ReflectionFunctionAbstract |
public getReturnType ( ) : Pinq\Analysis\IType | ||
리턴 | Pinq\Analysis\IType |
public getReturnTypeWithArguments ( array $staticArguments ) : Pinq\Analysis\IType | ||
$staticArguments | array | The argument values indexed by their position. |
리턴 | Pinq\Analysis\IType |