(PHP 5, PHP 7)
Checks if method is a constructor
public bool ReflectionMethod::isConstructor ( void )
Checks if the method is a constructor.
Returns:
TRUE
if the method is a constructor, otherwise FALSE
See also:
ReflectionMethod::__construct() -
Please login to continue.