ReflectionEnumUnitCase::getEnum

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::getEnumGets the reflection of the enum of this case

Description

publicReflectionEnumUnitCase::getEnum(): ReflectionEnum

Gets the reflection of the enum of this case.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

A ReflectionEnum instance describing the Enum this case belongs to.

Voir aussi

To Top