The ReflectionExtension class

(PHP 5, PHP 7, PHP 8)

Einführung

The ReflectionExtension class reports information about an extension.

Klassenbeschreibung

classReflectionExtensionimplementsReflector {
public__construct(string$name)
private__clone(): void
publicstaticexport(string$name, string$return = false): string
publicgetClasses(): array
publicgetName(): string
publicinfo(): void
publicisTemporary(): bool
}

Eigenschaften

name

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

Changelog

VersionBeschreibung
8.0.0ReflectionExtension::export() was removed.

Inhaltsverzeichnis

To Top