PHP 클래스 PHPStan\Reflection\FunctionReflection

상속: implements PHPStan\Reflection\ParametersAcceptor
파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
__construct ( ReflectionFunction $reflection, PHPStan\Parser\Parser $parser, FunctionCallStatementFinder $functionCallStatementFinder, Cache $cache )
getName ( ) : string
getNativeReflection ( ) : ReflectionFunction
getParameters ( ) : array
getReturnType ( ) : PHPStan\Type\Type
isVariadic ( ) : boolean

비공개 메소드들

메소드 설명
callsFuncGetArgs ( mixed $nodes ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( ReflectionFunction $reflection, PHPStan\Parser\Parser $parser, FunctionCallStatementFinder $functionCallStatementFinder, Cache $cache )
$reflection ReflectionFunction
$parser PHPStan\Parser\Parser
$functionCallStatementFinder PHPStan\Parser\FunctionCallStatementFinder
$cache Nette\Caching\Cache

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNativeReflection() 공개 메소드

public getNativeReflection ( ) : ReflectionFunction
리턴 ReflectionFunction

getParameters() 공개 메소드

public getParameters ( ) : array
리턴 array

getReturnType() 공개 메소드

public getReturnType ( ) : PHPStan\Type\Type
리턴 PHPStan\Type\Type

isVariadic() 공개 메소드

public isVariadic ( ) : boolean
리턴 boolean