The ReflectionEnumBackedCase class

(PHP 8 >= 8.1.0)

Introduction

The ReflectionEnumBackedCase class reports information about an Enum backed case, which has a scalar equivalent.

Class synopsis

class ReflectionEnumBackedCase extends ReflectionEnumUnitCase {
/* Inherited constants */
/* Inherited properties */
public string $name;
public string $class;
/* Methods */
public __construct(object|string $class, string $constant)
public getBackingValue(): int|string
/* Inherited methods */
public static ReflectionClassConstant::export(mixed $class, string $name, bool $return = ?): string
public ReflectionClassConstant::getAttributes(?string $name = null, int $flags = 0): array
}

Table of Contents