PHP Doku:: The ReflectionExtension class - class.reflectionextension.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionExtension class

Ein Service von Reinhard Neidl - Webprogrammierung.

Reflection

<<ReflectionClass::__toString

ReflectionExtension::__clone>>


UnterSeiten:

The ReflectionExtension class

Einführung

The ReflectionExtension class reports information about an extension.

Klassenbeschreibung

ReflectionExtension implements Reflector {
/* Eigenschaften */
public $name ;
/* Methoden */
final private void __clone ( void )
__construct ( string $name )
public static string export ( string $name [, string $return = false ] )
public array getClasses ( void )
public array getClassNames ( void )
public array getConstants ( void )
public array getDependencies ( void )
public array getFunctions ( void )
public array getINIEntries ( void )
public string getName ( void )
public string getVersion ( void )
public string info ( void )
public string __toString ( void )
}

Eigenschaften

name

Name of the extension, same as calling the ReflectionExtension::getName() method.

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)