final | |
---|---|
extends |
ReflectionClassConstant |
Methods | ||
---|---|---|
public
|
__construct(ReflectionClassConstant|ReflectionEnumCase $betterClassConstantOrEnumCase)
|
# |
public
|
getName(): string
|
# |
public
|
hasType(): bool
|
# |
public
|
getType(): ReflectionUnionType|ReflectionNamedType|ReflectionIntersectionType|null
|
# |
public
|
getValue()
|
# |
public
|
getValueExpression(): Expr
|
# |
public
|
isPublic(): bool
|
# |
public
|
isPrivate(): bool
|
# |
public
|
isProtected(): bool
|
# |
public
|
getModifiers(): int
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getDocComment(): string|false
|
# |
public
|
__toString(): non-empty-string
|
# |
public
|
getAttributes(class-string|null $name = null, int $flags = 0): list<ReflectionAttribute|FakeReflectionAttribute>
|
# |
public
|
isFinal(): bool
|
# |
public
|
isEnumCase(): bool
|
# |
public
|
__get(string $name): mixed
|
# |