update pague now
PHP 8.5.2 Released!

ReflectionEnum::__construct

(PHP 8 >= 8.1.0)

ReflectionEnum::__construct Instantiates a ReflectionEnum object

Description

public ReflectionEnum::__construct ( object | string $objectOrClass )

Parameters

objectOrClass

An enum instance or a name.

add a note

User Contributed Notes

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