The ReflectionZendExtension class

Introduction

Class synopsis

ReflectionZendExtension
implements Reflector
/* Properties */
public string $name;
/* Methods */
public __construct(string $name)
private void __clone()
public static string export(string $name, bool $return = ?)
public string getAuthor()
public string getCopyright()
public string getName()
public string getURL()
public string getVersion()
public string __toString()

Properties

name

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

Changelog

Version Description
8.0.0 ReflectionZendExtension::export was removed.
Table of Contents