The ReflectionExtension class

Introduction

The ReflectionExtension class reports information about an extension.

Class synopsis

ReflectionExtension
implements Reflector
/* Properties */
public string $name;
/* Methods */
public __construct(string $name)
private void __clone()
public static string export(string $name, string $return = false)
public array getClasses()
public array getClassNames()
public array getConstants()
public array getDependencies()
public array getFunctions()
public array getINIEntries()
public string getName()
public stringnull getVersion()
public void info()
public bool isPersistent()
public bool isTemporary()
public string __toString()

Properties

name

Name of the extension, same as calling the ReflectionExtension::getName method.

Changelog

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