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.

}
add a note

User Contributed Notes

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