The ReflectionEnumUnitCase class

(PHP 8 >= 8.1.0)

Introduction

The ReflectionEnumUnitCase class reports information about an Enum unit case, which has no scalar equivalent.

Class synopsis

class ReflectionEnumUnitCase extends ReflectionClassConstant {
/* Inherited constants */
/* Inherited properties */
public string $name;
public string $class;
/* Methods */
public __construct(object|string $class, string $constant)
public getValue(): UnitEnum
/* 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

add a note

User Contributed Notes

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