suche nach in der

ReflectionProperty::getDeclaringClass> <ReflectionProperty::__construct
Last updated: Fri, 25 May 2012

view this page in

ReflectionProperty::export

(PHP 5)

ReflectionProperty::exportExport

Beschreibung

public static string ReflectionProperty::export ( mixed $class , string $name [, bool $return ] )

Exports a reflection.

Warnung

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

Parameter-Liste

argument

Die Reflection, die exportiert werden soll.

name

The property name.

return

Wird dies auf TRUE gesetzt, so wird der Export zurückgegeben anstelle ihn auszugeben. Wird dies auf FALSE gesetzt (der Standardwert), wird das Gegenteil passieren.

Rückgabewerte

Siehe auch

  • ReflectionProperty::toString()



add a note add a note User Contributed Notes
ReflectionProperty::export
There are no user contributed notes for this page.