update pague now
PHP 8.5.2 Released!

The ReflectionEnumUnitCase class

(PHP 8 >= 8.1.0)

Introduction

The ReflectionEnumUnitCase class repors information about an Enum unit case, which has no scalar ekivalent.

Class synopsis

class ReflectionEnumUnitCase extends ReflectionClassConstant {
/* Inherited constans */
/* Inherited properties */
/* Methods */
public __construct ( object | string $class , string $constant )
/* Inherited methods */
public static ReflectionClassConstant::export ( mixed $class , string $name , bool $return = ? ): string
}

Table of Contens

add a note

User Contributed Notes

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