Returns an array of all constructors defined by this class.
This does not include any constructors inherited from a base class,
nor the default constructor.
If a class declares no constructors, this method will return an empty
array. To construct an Object of such a type, the create() method
defined by Class should be used.
Returns an array of all constructors defined by this class. This does not include any constructors inherited from a base class, nor the default constructor.
If a class declares no constructors, this method will return an empty array. To construct an Object of such a type, the create() method defined by Class should be used.