ReflectionClass::__toString
ReflectionZendExtension::__clone
Reflection
PHP Manual
The ReflectionZendExtension class
(PHP > 5.4.0)
Introduction
Class synopsis
ReflectionZendExtension
implements
Reflector
{
/* Properties */
public
$
ReflectionZendExtension->name
;
/* Methods */
final
private
void
ReflectionZendExtension::__clone
(
void
)
ReflectionZendExtension::__construct
(
string
$name
)
public
static
string
ReflectionZendExtension::export
(
string
$name
[,
string
$return
] )
public
string
ReflectionZendExtension::getAuthor
(
void
)
public
string
ReflectionZendExtension::getCopyright
(
void
)
public
string
ReflectionZendExtension::getName
(
void
)
public
string
ReflectionZendExtension::getURL
(
void
)
public
string
ReflectionZendExtension::getVersion
(
void
)
public
string
ReflectionZendExtension::__toString
(
void
)
}
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
ReflectionClass::__toString
ReflectionZendExtension::__clone
Reflection
PHP Manual