ReflectionEnumUnitCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::__constructReflectionEnumUnitCase オブジェクトをインスタンス化する

説明

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

パラメータ

class

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

constant

列挙型の定数名。

add a note add a note

User Contributed Notes

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