ReflectionEnum::__construct

(PHP 8 >= 8.1.0)

ReflectionEnum::__constructReflectionEnum オブジェクトをインスタンス化する

説明

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

パラメータ

objectOrClass

列挙型のインスタンス、またはその名前。

add a note add a note

User Contributed Notes

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