PHP 8.5.0 Alpha 1 available for testing

ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromotedVerifica si un parámetro es promovido como propiedad

Descripción

public ReflectionParameter::isPromoted(): bool

Verifica si el parámetro es promovido como propiedad.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

true si el parámetro es promovido como propiedad, false en caso contrario.

Ver también

add a note

User Contributed Notes

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