The ReflectionZendExtension class
Introduction
(PHP 5 >= 5.4.0, PHP 7)
Class synopsis
ReflectionZendExtension implements Reflector {
/* Properties */
public $name ;
/* Methods */
final private __clone ( ) : void
public __construct ( string $name )
public static export ( string $name [, bool $return ] ) : string
public getAuthor ( ) : string
public getCopyright ( ) : string
public getName ( ) : string
public getURL ( ) : string
public getVersion ( ) : string
public __toString ( ) : string}
Properties
- name
-
Name of the extension. Read-only, throws ReflectionException in attempt to write.
Table of Contents
- ReflectionZendExtension::__clone — Clone handler
- ReflectionZendExtension::__construct — Constructor
- ReflectionZendExtension::export — Export
- ReflectionZendExtension::getAuthor — Gets author
- ReflectionZendExtension::getCopyright — Gets copyright
- ReflectionZendExtension::getName — Gets name
- ReflectionZendExtension::getURL — Gets URL
- ReflectionZendExtension::getVersion — Gets version
- ReflectionZendExtension::__toString — To string handler
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.reflectionzendextension.php