PropertyHookType 列挙型

(PHP 8 >= 8.4)

はじめに

PropertyHookType 列挙型は、 プロパティフック の正当な型を列挙します。

列挙型概要

enum PropertyHookType
{
case Get ; // get フックを示します。

case Set ; // set フックを示します。

}
add a note

User Contributed Notes

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