PHP 8.1.31 Released!

ReflectionEnumUnitCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::__constructInstancie un objet ReflectionEnumUnitCase

Description

public ReflectionEnumUnitCase::__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