update page now
PHP 8.5.2 Released!

ReflectionEnumUnitCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::__constructInstancia um objeto ReflectionEnumUnitCase

Descrição

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

Parâmetros

class

Uma instância de enum ou um nome.

constant

Um nome de constante enum.

add a note

User Contributed Notes

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