La enumeración PropertyHookType
(PHP 8 >= 8.4)
Introducción
La enumeración PropertyHookType lista los tipos
legales de hook de propiedad.
Sinopsis del Enum
enum PropertyHookType
{
case Get
= 'get'
; //
Indica un hook get.
case Set
= 'set'
; //
Indica un hook set.
}
There are no user contributed notes for this page.