|
ReflectionGenerator::getThisGets the $this value of the generator Description
public object ReflectionGenerator::getThis
( void
)
Get the $this value that the generator has access to. ParametersThis function has no parameters. Return Values
Returns the $this value, or Examples
Example #1 ReflectionGenerator::getThis example
<?phpThe above example will output something similar to:
object(GenExample)#3 (0) {
}
See Also
|