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

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstructs a ReflectionObject

Beschreibung

public function ReflectionObject::__construct(object $object)

Constructs a ReflectionObject.

Parameter-Liste

object

An object instance.

To Top