ReflectionProperty::isPublic
(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isPublic — public プロパティであるかどうかを調べる
パラメータ
この関数にはパラメータはありません。
戻り値
public プロパティである場合に true
、それ以外の場合に false
を返します。
注意: これはデフォルトのアクセス権のみを参照します。
set
のアクセス権 は指定されていても無視されることに注意してください。
参考
- ReflectionProperty::isProtected() - protected プロパティであるかどうかを調べる
- ReflectionProperty::isPrivate() - private プロパティであるかどうかを調べる
- ReflectionProperty::isReadOnly() - プロパティが readonly かを調べる
- ReflectionProperty::isStatic() - staticプロパティであるかどうかを調べる
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google