ReflectionEnumUnitCase::getEnum
PHP Manual
PHP Manual»ReflectionEnumUnitCase»ReflectionEnumUnitCase::getEnum

ReflectionEnumUnitCase::getEnum

(PHP 8 >= 8.1.0)

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

Опис

public function ReflectionEnumUnitCase::getEnum(): ReflectionEnum

Gets the reflection of the enum of this case.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

A ReflectionEnum instance describing the Enum this case belongs to.

Прогляньте також

To Top