ReflectionEnumBackedCase 类

(PHP 8 >= 8.1.0)

简介

ReflectionEnumBackedCase 类报告了一个回退枚举条目(Enum backed case)的信息, 具有对应的标量值。

类摘要

class ReflectionEnumBackedCase extends ReflectionEnumUnitCase implements Reflector {
/* 继承的常量 */
/* 继承的属性 */
public string $name;
public string $class;
/* 方法 */
public getBackingValue(): string|int
/* 继承的方法 */
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

备份地址:http://www.lvesu.com/blog/php/class.reflectionenumbackedcase.php