ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

Descrição

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Aviso

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

Parâmetros

name

The property name.

Valor Retornado

A ReflectionProperty.

Veja Também



User Contributed Notes
ReflectionClass::getProperty
eric at naeseth dot com
02-Aug-2011 12:38
If the class doesn't have a property with the given name, a ReflectionException will be raised.