PHP 8.4.0 RC4 available for testing

ReflectionEnumBackedCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumBackedCase::__constructInstancie un objet ReflectionEnumBackedCase

Description

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

Liste de paramètres

class

Une instance d'énumération ou un nom.

constant

Un nom de constante d'énumération.

add a note

User Contributed Notes

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