« ReflectionException
Gestión de variables »
PHP Manual
Reflection
La enumeración PropertyHookType
La enumeración PropertyHookType
(PHP 8 >= 8.4)
Introducción
La enumeración
PropertyHookType
lista los tipos legales de
hook de propiedad
.
Enum synopsis
enum
PropertyHookType
{
case
Get
; // Indica un hook
get
.
case
Set
; // Indica un hook
set
.
}