La classe ReflectionZendExtension
(PHP >= 5.4.0)
Introduction
Synopsis de la classe
ReflectionZendExtension
implements
Reflector
{
/* Propriétés */
public
$name
;
/* Méthodes */
__construct
( string
}$name
)Propriétés
- name
-
Nom de l'extension. En lecture seule, émets une exception de type ReflectionException si l'on tente d'y écrire.
Sommaire
- ReflectionZendExtension::__clone — Gestionnaire de clonage
- ReflectionZendExtension::__construct — Constructeur
- ReflectionZendExtension::export — Export
- ReflectionZendExtension::getAuthor — Récupère l'auteur
- ReflectionZendExtension::getCopyright — Récupère le copyright
- ReflectionZendExtension::getName — Récupère le nom
- ReflectionZendExtension::getURL — Récupère l'URL
- ReflectionZendExtension::getVersion — Récupère la version
- ReflectionZendExtension::__toString — Gestionnaire de conversion en chaîne de caractères
There are no user contributed notes for this page.
