ReflectionParameter::isPromoted

Checks if a parameter is promoted to a property

Description

public bool ReflectionParameter::isPromoted()

Checks 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

  • ReflectionProperty::isPromoted