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, 25 May 2012

view this page in

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

Descrierea

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

name

The property name.

Valorile întoarse

A ReflectionProperty.

Vedeți de asemenea



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