ReflectionMethod::isConstructor
  Checks if method is a constructor
  
 
  Description
  
   public bool ReflectionMethod::isConstructor()
  
  
 
  Parameters
  This function has no parameters.
  
 
  Return Values
  
   true if the method is a constructor, otherwise false
  
  
 
  See Also
  
   
    -  ReflectionMethod::__construct
-  ReflectionMethod::isAbstract
-  ReflectionMethod::isDestructor