final | |
---|---|
extends |
ReflectionEnumBackedCase |
Methods | ||
---|---|---|
public
|
__construct(ReflectionEnumCase $betterReflectionEnumCase)
|
# |
public
|
getName(): string
|
# |
public
|
hasType(): bool
|
# |
public
|
getType(): ?ReflectionType
|
# |
public
|
getValue(): UnitEnum
|
# |
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
|
getEnum(): ReflectionEnum
|
# |
public
|
getBackingValue(): int|string
|
# |
public
|
getValueExpression(): Expr
|
# |
public
|
__get(string $name): mixed
|
# |