update page now

The PropertyHookType Enum

(PHP 8 >= 8.4)

Introduzione

The PropertyHookType enum lists the legal types of property hook.

Enum synopsis

enum PropertyHookType
{
case Get = 'get' ; // Indicates a get hook.

case Set = 'set' ; // Indicates a set hook.

}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top