The ReflectionGenerator class

(PHP 7, PHP 8)

Вступ

The ReflectionGenerator class reports information about a generator.

Короткий огляд класу

final class ReflectionGenerator {
/* Методи */
public __construct(Generator $generator)
public getThis(): ?object
}

Журнал змін

Версія Опис
8.0.0 The class is final now.

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top