ReflectionClass
PHP Manual

ReflectionClass::getConstructor

(PHP 5)

ReflectionClass::getConstructorGets constructor

Descripción

public object ReflectionClass::getConstructor ( void )

Gets the constructor from a class.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

A ReflectionMethod object.

Ver también


ReflectionClass
PHP Manual