ReflectionEnumBackedCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumBackedCase::__constructInstantiates a ReflectionEnumBackedCase object

Description

publicReflectionEnumBackedCase::__construct(object|string$class, string$constant)

Parameters

class

An enum instance or a name.

constant

An enum constant name.

To Top