implements |
Reflector |
---|
Methods | ||
---|---|---|
public
|
__construct(object|string $class, string $constant)
|
# |
public
|
__toString(): string
|
# |
public
|
getName(): string|false
|
# |
public
|
getValue(): mixed
|
# |
public
|
isPublic(): bool
|
# |
public
|
isPrivate(): bool
|
# |
public
|
isProtected(): bool
|
# |
public
|
isFinal(): bool
|
# |
public
|
getModifiers(): int
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getDocComment(): string|false
|
# |
public
|
getAttributes(?string $name = null, int $flags = 0): ReflectionAttribute[]
|
# |
public
|
isEnumCase(): bool
|
# |
public
|
isDeprecated(): bool
|
# |
public
|
hasType(): bool
|
# |
public
|
getType(): ?ReflectionType
|
# |
Constants | ||
---|---|---|
public
|
IS_PUBLIC = UNKNOWN
|
# |
public
|
IS_PROTECTED = UNKNOWN
|
# |
public
|
IS_PRIVATE = UNKNOWN
|
# |
public
|
IS_FINAL = UNKNOWN
|
# |