php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ReflectionGenerator Class Reference

Public Member Functions

 __construct (Generator $generator)
 
 getExecutingLine ()
 
 getExecutingFile ()
 
 getTrace (int $options=DEBUG_BACKTRACE_PROVIDE_OBJECT)
 
 getFunction ()
 
 getThis ()
 
 getExecutingGenerator ()
 
 isClosed ()
 

Detailed Description

@not-serializable

Definition at line 145 of file php_reflection.stub.php.

Constructor & Destructor Documentation

◆ __construct()

ReflectionGenerator::__construct ( Generator $generator)

Definition at line 147 of file php_reflection.stub.php.

Member Function Documentation

◆ getExecutingFile()

ReflectionGenerator::getExecutingFile ( )

@tentative-return-type

Definition at line 153 of file php_reflection.stub.php.

◆ getExecutingGenerator()

ReflectionGenerator::getExecutingGenerator ( )

@tentative-return-type

Definition at line 165 of file php_reflection.stub.php.

◆ getExecutingLine()

ReflectionGenerator::getExecutingLine ( )

@tentative-return-type

Definition at line 150 of file php_reflection.stub.php.

◆ getFunction()

ReflectionGenerator::getFunction ( )

@tentative-return-type

Definition at line 159 of file php_reflection.stub.php.

◆ getThis()

ReflectionGenerator::getThis ( )

@tentative-return-type

Definition at line 162 of file php_reflection.stub.php.

◆ getTrace()

ReflectionGenerator::getTrace ( int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT)

@tentative-return-type

Definition at line 156 of file php_reflection.stub.php.

◆ isClosed()

ReflectionGenerator::isClosed ( )

Definition at line 167 of file php_reflection.stub.php.


The documentation for this class was generated from the following file: