ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstruye un ReflectionObject

Descripción

public ReflectionObject::__construct(object $argument)

Construye un ReflectionObject.

Advertencia

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

Parámetros

argument

Una instancia del objeto.

Valores devueltos

No devuelve ningún valor.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top