ReflectionMethod::isConstructor

コンストラクタであるかどうかを調べる

説明

public bool ReflectionMethod::isConstructor()

コンストラクタであるかどうかを調べます。

パラメータ

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

戻り値

コンストラクタである場合に true、それ以外の場合に false を返します。

参考

  • ReflectionMethod::__construct
  • ReflectionMethod::isAbstract
  • ReflectionMethod::isDestructor