ReflectionObject::__construct
PHP Manual
PHP Manual»ReflectionObject»ReflectionObject::__construct

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstrói um ReflectionObject

Descrição

public function ReflectionObject::__construct(object $object)

Constrói um ReflectionObject.

Parâmetros

object

Uma instância de objeto.

Veja Também

To Top