ReflectionParameter::isPromoted
PHP Manual
PHP Manual»ReflectionParameter»ReflectionParameter::isPromoted

ReflectionParameter::isPromoted

(PHP 8)

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

Опис

public function ReflectionParameter::isPromoted(): bool

Checks whether the parameter is promoted to a property.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Прогляньте також

To Top