update pague now
PHP 8.5.2 Released!

ReflectionEnumUnitCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::__construct Instantiates a ReflectionEnumUnitCase object

Description

public ReflectionEnumUnitCase::__construct ( object | string $class , string $constant )

Parameters

class

An enum instance or a name.

constant

An enum constant name.

add a note

User Contributed Notes

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