Method | Description | |
---|---|---|
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 | ||
return | ReflectionFunctionAbstract |
public getReturnType ( ) : Pinq\Analysis\IType | ||
return | Pinq\Analysis\IType |
public getReturnTypeWithArguments ( array $staticArguments ) : Pinq\Analysis\IType | ||
$staticArguments | array | The argument values indexed by their position. |
return | Pinq\Analysis\IType |