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

search for in the

ReflectionClass::getShortName> <ReflectionClass::getProperties
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyBir özellik döndürür

Açıklama

public ReflectionProperty ReflectionClass::getProperty ( string $isim )

Bir özellik döndürür.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

isim

Özelliğin ismi.

Dönen Değerler

Bir ReflectionProperty nesnesi.

Ayrıca Bakınız



add a note add a note User Contributed Notes ReflectionClass::getProperty - [1 notes]
up
1
eric at naeseth dot com
1 year ago
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