ReflectionProperty::isStatic

staticプロパティであるかどうかを調べる

説明

public bool ReflectionProperty::isStatic()

staticプロパティであるかどうかを調べます。

パラメータ

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

戻り値

staticプロパティである場合に true、それ以外の場合に false を返します。

参考

  • ReflectionProperty::isPublic
  • ReflectionProperty::isProtected
  • ReflectionProperty::isPrivate
  • ReflectionProperty::isReadOnly