PHP 8.5.0 Beta 3 available for testing

ReflectionEnumBackedCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumBackedCase::__construct β€” Instancie 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