ReflectionEnumUnitCase::getEnum

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::getEnumこの case が属するリフレクションオブジェクトを取得する

説明

public ReflectionEnumUnitCase::getEnum(): ReflectionEnum

この case が属するリフレクションオブジェクトを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

この case が属する列挙型を示す ReflectionEnum のインスタンスを返します。

add a note

User Contributed Notes

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