PHP 8.5.0 Alpha 1 available for testing

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstruye un nuevo objeto ReflectionObject

Descripción

public ReflectionObject::__construct(object $object)

Construye un nuevo objeto ReflectionObject.

Parámetros

object

Una instancia de un objeto.

Ver también

add a note

User Contributed Notes

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