PHP Conference Fukuoka 2025

The PropertyHookType Enum

(PHP 8 >= 8.4)

γ―γ˜γ‚γ«

The PropertyHookType enum lists the legal types of property hook.

εˆ—ζŒ™εž‹ζ¦‚θ¦

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

case Set ; // Indicates a set hook.

}
οΌ‹add a note

User Contributed Notes

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