CakeFest 2024: The Official CakePHP Conference

La classe ReflectionGenerator

(PHP 7, PHP 8)

Introduction

La classe ReflectionGenerator rapporte des informations à propos d'un générateur.

Synopsis de la classe

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

Historique

Version Description
8.0.0 La classe est final maintenant.

Sommaire

add a note

User Contributed Notes

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