Property | Type | Description | |
---|---|---|---|
$name | string | ||
$reflection | ReflectionFunction | ||
$returnType | string |
Method | Description | |
---|---|---|
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $name, $returnType ) | ||
getName ( ) | ||
getReflection ( ) | ||
getReturnType ( ) | ||
getReturnTypeWithArguments ( array $staticArguments ) |
public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $name, $returnType ) | ||
$typeSystem | Pinq\Analysis\ITypeSystem |
public getReturnTypeWithArguments ( array $staticArguments ) | ||
$staticArguments | array |
protected ReflectionFunction $reflection | ||
return | ReflectionFunction |