CakeFest 2024: The Official CakePHP Conference

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstructs a ReflectionObject

Descrizione

public ReflectionObject::__construct(object $object)

Constructs a ReflectionObject.

Elenco dei parametri

object

An object instance.

Vedere anche:

add a note

User Contributed Notes

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