ReflectionProperty
PHP Manual

ReflectionProperty::getName

(PHP 5)

ReflectionProperty::getNameGets property name

Descrição

public string ReflectionProperty::getName ( void )

Gets the properties name.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The name of the reflected property.

Veja Também


ReflectionProperty
PHP Manual