ReflectionClass
PHP Manual

ReflectionClass::getConstructor

(PHP 5)

ReflectionClass::getConstructorGets constructor

Descrição

public object ReflectionClass::getConstructor ( void )

Gets the constructor from a class.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

A ReflectionMethod object.

Veja Também


ReflectionClass
PHP Manual