Reflection ReflectionEnumUnitCase::getEnum

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::getEnum — Gets the reflection of the enum of this case


설명

public ReflectionEnumUnitCase::getEnum(): ReflectionEnum

Gets the reflection of the enum of this case.


매개변수

이 함수에는 매개변수가 없습니다.


반환 값

이 사례가 속한 Enum을 설명하는 ReflectionEnum 인스턴스입니다.


기타