La classe ReflectionZendExtension

(PHP 5 >= 5.4.0, PHP 7)

Introduction

Synopsis de la classe

ReflectionZendExtension implements Reflector {
/* Propriétés */
public $name ;
/* Méthodes */
final private __clone ( void ) : void
public __construct ( string $name )
public static export ( string $name [, bool $return ] ) : string
public getAuthor ( void ) : string
public getCopyright ( void ) : string
public getName ( void ) : string
public getURL ( void ) : string
public getVersion ( void ) : string
public __toString ( void ) : string
}

Propriétés

name

Nom de l'extension. En lecture seule, émets ReflectionException lors d'une tentative d'écriture.

Sommaire