« ReflectionException
Variable handling »
PHP Manual
Reflection
The PropertyHookType Enum
The PropertyHookType Enum
Introduction
The
PropertyHookType
enum lists the legal types of
property hook
.
Enum synopsis
enum
PropertyHookType
{
case
Get
;
/** Indicates a
get
hook. */
case
Set
;
/** Indicates a
set
hook. */
}