The ReflectionZendExtension class

(PHP 5 >= 5.4.0, PHP 7)

Einführung

Klassenbeschreibung

ReflectionZendExtension implements Reflector {
/* Eigenschaften */
public $name ;
/* Methoden */
final private __clone ( void ) : void
public __construct ( string $name )
public static export ( string $name [, bool $return ] ) : string
public getAuthor ( void ) : string
public getCopyright ( void ) : string
public getName ( void ) : string
public getURL ( void ) : string
public getVersion ( void ) : string
public __toString ( void ) : string
}

Eigenschaften

name

Name of the extension. Read-only, throws ReflectionException in attempt to write.

Inhaltsverzeichnis