ReflectionClass::getConstructor
(PHP 5)
ReflectionClass::getConstructor — Gets constructor
Description
public object ReflectionClass::getConstructor
( void
)
Gets the constructor from a class.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
A ReflectionMethod object.