ReflectionEnumUnitCase sınıfı

(PHP 8 >= 8.1.0)

Giriş

The ReflectionEnumUnitCase sınıfı sayıl bir eşdeğeri olmayan desteksiz bir sayılama hakkında bilgi verir.

Sınıf Sözdizimi

class ReflectionEnumUnitCase extends ReflectionClassConstant {
/* Miras alınan sabitler */
/* Miras alınan özellikler */
public string $name;
public string $class;
/* Yöntemler */
public __construct(object|string $class, string $constant)
public getValue(): UnitEnum
/* Miras alınan yöntemler */
public static ReflectionClassConstant::export(mixed $class, string $name, bool $return = ?): string
public ReflectionClassConstant::getAttributes(?string $name = null, int $flags = 0): array
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top