ReflectionProperty
PHP Manual

ReflectionProperty::getName

(PHP 5, PHP 7)

ReflectionProperty::getNameGets property name

Beschreibung

public string ReflectionProperty::getName ( void )

Gets the properties name.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The name of the reflected property.

Siehe auch


ReflectionProperty
PHP Manual