ReflectionParameter::isPromoted

(PHP 8)

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

Açıklama

public ReflectionParameter::isPromoted(): bool

Checks whether the parameter is promoted to a property.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

Ayrıca Bakınız

add a note

User Contributed Notes

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