Method | Description | |
---|---|---|
__construct ( ReflectionFunction $reflection, PHPStan\Parser\Parser $parser, |
||
getName ( ) : string | ||
getNativeReflection ( ) : ReflectionFunction | ||
getParameters ( ) : array | ||
getReturnType ( ) : PHPStan\Type\Type | ||
isVariadic ( ) : boolean |
Method | Description | |
---|---|---|
callsFuncGetArgs ( mixed $nodes ) : boolean |
public __construct ( ReflectionFunction $reflection, PHPStan\Parser\Parser $parser, |
||
$reflection | ReflectionFunction | |
$parser | PHPStan\Parser\Parser | |
$functionCallStatementFinder | ||
$cache |
public getNativeReflection ( ) : ReflectionFunction | ||
return | ReflectionFunction |