The ReflectionExtension class

(PHP 5, PHP 7)

Introducere

The ReflectionExtension class reports information about an extension.

Sinopsisul clasei

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

Proprietăți

name

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

Cuprins