ReflectionEnumBackedCase クラス

はじめに

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

クラス概要

ReflectionEnumBackedCase
extends ReflectionEnumUnitCase
/* 継承した定数 */
public const int ReflectionClassConstant::IS_PUBLIC;
public const int ReflectionClassConstant::IS_PROTECTED;
public const int ReflectionClassConstant::IS_PRIVATE;
public const int ReflectionClassConstant::IS_FINAL;
/* 継承したプロパティ */
public string $name;
public string $class;
/* メソッド */
public ReflectionEnumBackedCase::__construct(objectstring $class, string $constant)
public intstring ReflectionEnumBackedCase::getBackingValue()
/* 継承したメソッド */
public ReflectionEnum getEnum()
public UnitEnum getValue()
public static string ReflectionClassConstant::export(mixed $class, string $name, bool $return = ?)
public array ReflectionClassConstant::getAttributes(stringnull $name = null, int $flags = 0)
public ReflectionClass ReflectionClassConstant::getDeclaringClass()
public stringfalse ReflectionClassConstant::getDocComment()
public int ReflectionClassConstant::getModifiers()
public string ReflectionClassConstant::getName()
public ReflectionTypenull ReflectionClassConstant::getType()
public mixed ReflectionClassConstant::getValue()
public bool ReflectionClassConstant::hasType()
public bool ReflectionClassConstant::isDeprecated()
public bool ReflectionClassConstant::isEnumCase()
public bool ReflectionClassConstant::isFinal()
public bool ReflectionClassConstant::isPrivate()
public bool ReflectionClassConstant::isProtected()
public bool ReflectionClassConstant::isPublic()
public string ReflectionClassConstant::__toString()

参考

目次