CakeFest 2024: The Official CakePHP Conference

ReflectionGenerator 类

(PHP 7, PHP 8)

简介

ReflectionGenerator 类报告有关生成器的信息。

类摘要

final class ReflectionGenerator {
/* 方法 */
public __construct(Generator $generator)
public getThis(): ?object
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

更新日志

版本 说明
8.0.0 类现在是 final

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top