ReflectionProperty::getName

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getNameGets property name

Description

publicReflectionProperty::getName(): string

Gets the properties name.

Parameters

This function has no parameters.

Return Values

The name of the reflected property.

See Also

To Top