The ReflectionGenerator class

(PHP 7, PHP 8)

Introduction

The ReflectionGenerator class reports information about a generator.

Class synopsis

final class ReflectionGenerator {
/* Methods */
public __construct(Generator $generator)
public getThis(): ?object
public isClosed(): bool
}

Changelog

VersionDescription
8.0.0The class is final now.

Table of Contents