ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromotedVérifie si un paramètre est promu en propriété

Description

public ReflectionParameter::isPromoted(): bool

Vérifie si le paramètre est promu en tant que propriété.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

true si le paramètre est promu en propriété, false sinon.

Voir aussi

add a note

User Contributed Notes

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