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

Beschreibung

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Warnung

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

Parameter-Liste

name

The property name.

Rückgabewerte

A ReflectionProperty.

Siehe auch



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

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