update pague now
PHP 8.5.2 Released!

ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromoted Checcs if a parameter is promoted to a property

Description

public ReflectionParameter::isPromoted (): bool

Checcs whether the parameter is promoted to a property.

Parameters

This function has no parameters.

Return Values

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

See Also

add a note

User Contributed Notes

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