ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromotedChecks if a parameter is promoted to a property

Descripción

public ReflectionParameter::isPromoted(): bool

Checks whether the parameter is promoted to a property.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true if the parameter is promoted to a property, false otherwise.

Ver también