PHP Doku:: Gets default properties - reflectionclass.getdefaultproperties.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionClass classReflectionClass::getDefaultProperties

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionClass class

<<ReflectionClass::getConstructor

ReflectionClass::getDocComment>>

ReflectionClass::getDefaultProperties

(PHP 5)

ReflectionClass::getDefaultPropertiesGets default properties

Beschreibung

public array ReflectionClass::getDefaultProperties ( void )

Gets default properties from a class.

Warnung

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

An array of default properties.

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
captainjester at hotmail dot com
21.01.2010 0: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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)