ReflectionParameter::isPromoted

(PHP 8)

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

Descrição

public ReflectionParameter::isPromoted(): bool

Checks whether the parameter is promoted to a property.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top