ReflectionClass
PHP Manual

ReflectionClass::getConstructor

(PHP 5)

ReflectionClass::getConstructorGets 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.

See Also


ReflectionClass
PHP Manual