ReflectionMethod
PHP Manual

ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructorChecks if method is a constructor

説明

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

パラメータ

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

返り値

TRUE if the method is a constructor, otherwise FALSE

参考


ReflectionMethod
PHP Manual