ReflectionEnumUnitCase::getEnum
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.1.0)
Gets the reflection of the enum of this case
Description
ReflectionEnumUnitCase::getEnum(): ReflectionEnum
Gets the reflection of the enum of this case.
Parameters Parameters
Return Values
A ReflectionEnum instance describing the Enum this case belongs to.