CakeFest 2024: The Official CakePHP Conference

The ReflectionGenerator class

(PHP 7, PHP 8)

Introducción

The ReflectionGenerator class reports information about a generator.

Sinopsis de la Clase

final class ReflectionGenerator {
/* Métodos */
public __construct(Generator $generator)
public getThis(): ?object
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

Historial de cambios

Versión Descripción
8.0.0 The class is final now.

Tabla de contenidos

add a note

User Contributed Notes

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