Interface PHPStan\Reflection\ConstantReflection

extends ClassMemberReflection, GlobalConstantReflection
  • PHPStan\Reflection\ConstantReflection extends ClassMemberReflection, GlobalConstantReflection
    • PHPStan\Reflection\ClassConstantReflection implements ConstantReflection
    • PHPStan\Reflection\Dummy\DummyConstantReflection implements ConstantReflection
Methods
Methods inherited from PHPStan\Reflection\ClassMemberReflection
getDeclaringClass(), isStatic(), isPrivate(), isPublic(), getDocComment()
Methods inherited from PHPStan\Reflection\GlobalConstantReflection
getName(), getValueType(), isDeprecated(), getDeprecatedDescription(), isInternal(), getFileName()