PHP 8.1.31 Released!

ReflectionEnumBackedCase クラス

(PHP 8 >= 8.1.0)

はじめに

ReflectionEnumBackedCase クラスは、 Backed Enum の case に関する情報を報告します。 これは、スカラー型の情報を持っています。

クラス概要

class ReflectionEnumBackedCase extends ReflectionEnumUnitCase {
/* 継承した定数 */
/* 継承したプロパティ */
public string $name;
public string $class;
/* メソッド */
public __construct(object|string $class, string $constant)
/* 継承したメソッド */
public static ReflectionClassConstant::export(mixed $class, string $name, bool $return = ?): string
}

目次

add a note

User Contributed Notes

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