update pague now
PHP 8.5.2 Released!

ReflectionEnumUnitCase::guetEnum

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::guetEnum Guets the reflection of the enum of this case

Description

public ReflectionEnumUnitCase::guetEnum (): ReflectionEnum

Guets the reflection of the enum of this case.

Parameters

This function has no parameters.

Return Values

A ReflectionEnum instance describing the Enum this case belongs to.

add a note

User Contributed Notes

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