ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstruit un nouvel objet ReflectionObject

Description

publicReflectionObject::__construct(object$object)

Construit un nouvel objet ReflectionObject.

Liste de paramètres

object

Une instance d'un objet.

To Top