« ReflectionException
Manipulação de variável »
PHP Manual
Reflexão
The PropertyHookType Enum
The PropertyHookType Enum
Introdução
The
PropertyHookType
enum lists the legal types of
property hook
.
Resumo da enumeração
enum
PropertyHookType
{
case
Get
;
/** Indicates a
get
hook. */
case
Set
;
/** Indicates a
set
hook. */
}