« ReflectionException
变量处理 »
PHP Manual
反射
PropertyHookType 枚举
PropertyHookType 枚举
简介
PropertyHookType
枚举列出了
属性挂钩
的合法类型。
注解摘要
enum
PropertyHookType
{
case
Get
;
/** 表示
get
挂钩。 */
case
Set
;
/** 表示
set
挂钩。 */
}