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

search for in the

ReflectionClass::getDocComment> <ReflectionClass::getConstructor
[edit] Last updated: Fri, 23 Mar 2012

view this page in

ReflectionClass::getDefaultProperties

(PHP 5)

ReflectionClass::getDefaultPropertiesÖntanımlı özellikleri döndürür

Açıklama

public array ReflectionClass::getDefaultProperties ( void )

Sınıfın öntanımlı özelliklerini döndürür.

Uyarı

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Öntanımlı özellikleri içeren bir dizi.

Ayrıca Bakınız



add a note add a note User Contributed Notes ReflectionClass::getDefaultProperties
runaurufu AT gmail.com 04-Aug-2011 01:02
Worth noting that it will not return private parameters of parent class...
so it works exactly as get_class_vars or get_object_vars
captainjester at hotmail dot com 20-Jan-2010 03:20
This will return all properties in a class and any parent classes.  The array will have keys set to the property names and empty values.

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