« ReflectionException
Variablenbehandlung »
PHP Manual
Reflection
The PropertyHookType Enum
The PropertyHookType Enum
(PHP 8 >= 8.4)
Einführung
The
PropertyHookType
enum lists the legal types of
property hook
.
Übersicht über Aufzählungen
enum
PropertyHookType
{
case
Get
; // Indicates a
get
hook.
case
Set
; // Indicates a
set
hook.
}