PHP 클래스 PHPStan\Reflection\Php\PhpMethodFromParserNodeReflection

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

공개 메소드들

메소드 설명
__construct ( ClassReflection $declaringClass, ClassMethod $classMethod, array $realParameterTypes, array $phpDocParameterTypes, boolean $realReturnTypePresent, PHPStan\Type\Type $realReturnType, PHPStan\Type\Type $phpDocReturnType = null, boolean $isVariadic )
getDeclaringClass ( ) : ClassReflection
getName ( ) : string
getParameters ( ) : array
getReturnType ( ) : PHPStan\Type\Type
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean
isVariadic ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( ClassReflection $declaringClass, ClassMethod $classMethod, array $realParameterTypes, array $phpDocParameterTypes, boolean $realReturnTypePresent, PHPStan\Type\Type $realReturnType, PHPStan\Type\Type $phpDocReturnType = null, boolean $isVariadic )
$declaringClass PHPStan\Reflection\ClassReflection
$classMethod PhpParser\Node\Stmt\ClassMethod
$realParameterTypes array
$phpDocParameterTypes array
$realReturnTypePresent boolean
$realReturnType PHPStan\Type\Type
$phpDocReturnType PHPStan\Type\Type
$isVariadic boolean

getDeclaringClass() 공개 메소드

public getDeclaringClass ( ) : ClassReflection
리턴 PHPStan\Reflection\ClassReflection

getName() 공개 메소드

public getName ( ) : string
리턴 string

getParameters() 공개 메소드

public getParameters ( ) : array
리턴 array

getReturnType() 공개 메소드

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

isPrivate() 공개 메소드

public isPrivate ( ) : boolean
리턴 boolean

isPublic() 공개 메소드

public isPublic ( ) : boolean
리턴 boolean

isStatic() 공개 메소드

public isStatic ( ) : boolean
리턴 boolean

isVariadic() 공개 메소드

public isVariadic ( ) : boolean
리턴 boolean