The ReflectionZendExtension class

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

Introduction

Class synopsis

classReflectionZendExtensionimplementsReflector {
public__construct(string$name)
private__clone(): void
publicstaticexport(string$name, bool$return = ?): string
publicgetAuthor(): string
publicgetName(): string
publicgetURL(): string
}

Properties

name

Name of the extension. Read-only, throws ReflectionException in attempt to write.

Changelog

VersionDescription
8.0.0ReflectionZendExtension::export() was removed.

Table of Contents

To Top