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
Last updated: Fri, 20 May 2011

view this page in

ReflectionClass::getDefaultProperties

(PHP 5)

ReflectionClass::getDefaultPropertiesGets default properties

Descripción

public array ReflectionClass::getDefaultProperties ( void )

Gets default properties from a class.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

An array of default properties.

Ver también



add a note add a note User Contributed Notes ReflectionClass::getDefaultProperties
captainjester at hotmail dot com 20-Jan-2010 11: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