The ReflectionGenerator class

(PHP 7)

Wstęp

The ReflectionGenerator class reports information about a generator.

Krótki opis klasy

ReflectionGenerator {
/* Metody */
public __construct ( Generator $generator )
public getExecutingFile ( void ) : string
public getExecutingGenerator ( void ) : Generator
public getExecutingLine ( void ) : int
public getThis ( void ) : object
public getTrace ([ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT ] ) : array
}

Spis treści

add a note add a note

User Contributed Notes

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