ReflectionGenerator クラス

(PHP 7, PHP 8)

はじめに

ReflectionGenerator クラスは、ジェネレータに関する情報を報告します。

クラス概要

final class ReflectionGenerator {
/* メソッド */
public __construct(Generator $generator)
public getExecutingFile(): string
public getExecutingLine(): int
public getThis(): ?object
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

変更履歴

バージョン 説明
8.0.0 このクラスは final として定義され、 継承できなくなりました。

目次

関連キーワード:  ReflectionGenerator, クラス, public, 取得, 実行, construct, Generator, getExecutingGenerator, オブジェクト, getTrace