php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (object|string $class, string $constant) | |
getBackingValue () | |
![]() | |
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 882 of file php_reflection.stub.php.
ReflectionEnumBackedCase::__construct | ( | object|string | $class, |
string | $constant ) |
Reimplemented from ReflectionEnumUnitCase.
Definition at line 884 of file php_reflection.stub.php.
ReflectionEnumBackedCase::getBackingValue | ( | ) |
Definition at line 886 of file php_reflection.stub.php.