The ReflectionExtension class

(PHP 5, PHP 7)

Einführung

The ReflectionExtension class reports information about an extension.

Klassenbeschreibung

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

Eigenschaften

name

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

Inhaltsverzeichnis