L'énumération PropertyHookType
(PHP 8 >= 8.4)
Introduction
L'énumération PropertyHookType liste les types
légaux de hook de propriété.
Synopsis d'Enum
enum PropertyHookType
{
case Get
= 'get'
; //
Indique un hook get.
case Set
= 'set'
; //
Indique un hook set.
}
There are no user contributed notes for this page.