| Subject: | This will crash if the class has no... |  
| Summary: | Package rating comment |  
| Messages: | 1 |  
| Author: | Fabian Schmengler |  
| Date: | 2010-10-18 14:46:30 |  
|   |  
 
 | 
 | 
Fabian Schmengler rated this package as follows:
| Utility:  | Not sure | 
| Consistency:  | Sufficient | 
| 
 | 
  Fabian Schmengler - 2010-10-18 14:46:31  
This will crash if the class has no __construct method or one without parameters. Also constructors named like the class are still valid and _not_ deprecated. You should have a look at ReflectionClass::getConstructor() 
  
   |