downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ReflectionClass::getShortName> <ReflectionClass::getProperties
[edit] Last updated: Fri, 24 Feb 2012

view this page in

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



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites