php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Additional Inherited Members | |
![]() | |
const int | IS_IMPLICIT_ABSTRACT = UNKNOWN |
const int | IS_EXPLICIT_ABSTRACT = UNKNOWN |
const int | IS_FINAL = UNKNOWN |
const int | IS_READONLY = UNKNOWN |
const int | SKIP_INITIALIZATION_ON_SERIALIZE = UNKNOWN |
const int | SKIP_DESTRUCTOR = UNKNOWN |
string | $name |
Definition at line 857 of file php_reflection.stub.php.
ReflectionEnum::__construct | ( | object|string | $objectOrClass | ) |
Reimplemented from ReflectionClass.
Definition at line 859 of file php_reflection.stub.php.
ReflectionEnum::getBackingType | ( | ) |
Definition at line 869 of file php_reflection.stub.php.
ReflectionEnum::getCase | ( | string | $name | ) |
Definition at line 863 of file php_reflection.stub.php.
ReflectionEnum::getCases | ( | ) |
Definition at line 865 of file php_reflection.stub.php.
ReflectionEnum::hasCase | ( | string | $name | ) |
Definition at line 861 of file php_reflection.stub.php.
ReflectionEnum::isBacked | ( | ) |
Definition at line 867 of file php_reflection.stub.php.