update page now

The ReflectionEnum class

(PHP 8 >= 8.1.0)

Einführung

The ReflectionEnum class reports information about an Enum.

Klassenbeschreibung

class ReflectionEnum extends ReflectionClass {
/* Geerbte Konstanten */
/* Geerbte Eigenschaften */
public string $name ;
/* Methoden */
public __construct (object |string $objectOrClass)
public getCases (): array
public hasCase (string $name): bool
public isBacked (): bool
/* Geerbte Methoden */
public static ReflectionClass::export (mixed $argument, bool $return = false ): string
public ReflectionClass::getAttributes (? string $name = null , int $flags = 0): array
public ReflectionClass::getStaticPropertyValue (string $name, mixed &$def_value = ?): mixed
public ReflectionClass::newLazyGhost (callable $initializer, int $options = 0): object
public ReflectionClass::newLazyProxy (callable $factory, int $options = 0): object
public ReflectionClass::resetAsLazyGhost (object $object, callable $initializer, int $options = 0): void
public ReflectionClass::resetAsLazyProxy (object $object, callable $factory, int $options = 0): void
}

Siehe auch

Inhaltsverzeichnis

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /