|
The ReflectionGenerator classIntroductionThe ReflectionGenerator class reports information about a generator. Class synopsis
final
ReflectionGenerator
/* Methods */
public __construct(Generator
$generator )public string getExecutingFile()
public Generator getExecutingGenerator()
public int getExecutingLine()
public ReflectionFunctionAbstract getFunction()
public objectnull getThis()
public array getTrace(int
$options = DEBUG_BACKTRACE_PROVIDE_OBJECT )public bool isClosed()
Changelog
|