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, 23 Mar 2012

view this page in

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

Opis

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

name

The property name.

Zwracane wartości

A ReflectionProperty.

Zobacz też:



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 | stats | sitemap | contact | advertising | mirror sites