php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (object|string $class, string $constant) | |
getEnum () | |
getValue () | |
![]() | |
__toString () | |
getName () | |
isPublic () | |
isPrivate () | |
isProtected () | |
isFinal () | |
getModifiers () | |
getDeclaringClass () | |
getDocComment () | |
getAttributes (?string $name=null, int $flags=0) | |
isEnumCase () | |
isDeprecated () | |
hasType () | |
getType () | |
Additional Inherited Members | |
![]() | |
const int | IS_PUBLIC = UNKNOWN |
const int | IS_PROTECTED = UNKNOWN |
const int | IS_PRIVATE = UNKNOWN |
const int | IS_FINAL = UNKNOWN |
string | $name |
string | $class |
Definition at line 872 of file php_reflection.stub.php.
ReflectionEnumUnitCase::__construct | ( | object|string | $class, |
string | $constant ) |
Reimplemented from ReflectionClassConstant.
Reimplemented in ReflectionEnumBackedCase.
Definition at line 874 of file php_reflection.stub.php.
ReflectionEnumUnitCase::getEnum | ( | ) |
Definition at line 876 of file php_reflection.stub.php.
ReflectionEnumUnitCase::getValue | ( | ) |
@implementation-alias ReflectionClassConstant\getValue
Reimplemented from ReflectionClassConstant.
Definition at line 879 of file php_reflection.stub.php.