CakeFest 2024: The Official CakePHP Conference

ReflectionZendExtension 类

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

简介

类摘要

class ReflectionZendExtension implements Reflector {
/* 属性 */
public string $name;
/* 方法 */
public __construct(string $name)
private __clone(): void
public static export(string $name, bool $return = ?): string
public getAuthor(): string
public getName(): string
public getURL(): string
public getVersion(): string
public __toString(): string
}

属性

name

扩展名。只读,在尝试赋值的时候抛出 ReflectionException

更新日志

版本 说明
8.0.0 已移除 ReflectionZendExtension::export()

目录

add a note

User Contributed Notes

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