ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstructs a ReflectionObject

Descrição

public ReflectionObject::__construct ( object $object )

Constructs a ReflectionObject.

Aviso

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

Parâmetros

object

An object instance.

Valor Retornado

Não há valor retornado.

add a note add a note

User Contributed Notes

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