PHP 인터페이스 PHPStan\Reflection\ClassMemberReflection

파일 보기 프로젝트 열기: phpstan/phpstan 0 사용 예제들

공개 메소드들

메소드 설명
getDeclaringClass ( ) : ClassReflection
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

메소드 상세

getDeclaringClass() 공개 메소드

public getDeclaringClass ( ) : ClassReflection
리턴 ClassReflection

isPrivate() 공개 메소드

public isPrivate ( ) : boolean
리턴 boolean

isPublic() 공개 메소드

public isPublic ( ) : boolean
리턴 boolean

isStatic() 공개 메소드

public isStatic ( ) : boolean
리턴 boolean