The ReflectionGenerator class

(PHP 7, PHP 8)

Einführung

The ReflectionGenerator class reports information about a generator.

Klassenbeschreibung

finalclassReflectionGenerator {
public__construct(Generator$generator)
publicgetThis(): ?object
publicgetTrace(int$options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Changelog

VersionBeschreibung
8.0.0 The class is final now.

Inhaltsverzeichnis

To Top