ReflectionClassConstant::isProtected

クラス定数が protected かを調べる

説明

public bool ReflectionClassConstant::isProtected()

クラス定数が protected かを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

クラス定数が protected なら true を返します。 そうでなければ false を返します。

参考

  • ReflectionClassConstant::isFinal
  • ReflectionClassConstant::isPublic
  • ReflectionClassConstant::isPrivate