The ReflectionGenerator class

(PHP 7, PHP 8)

Introduction

The ReflectionGenerator class reports information about a generator.

Class synopsis

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

Changelog

VersionDescription
8.0.0 The class is final now.

Table of Contents

To Top