|
ReflectionGenerator::getThisGets the $this value of the generator Beschreibung
public object ReflectionGenerator::getThis
( void
)
Get the $this value that the generator has access to. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns the $this value, or Beispiele
Beispiel #1 ReflectionGenerator::getThis example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
object(GenExample)#3 (0) {
}
Siehe auch
|