ReflectionZendExtension
class ReflectionZendExtension implements Reflector (View source)
Properties
string | $name |
Methods
__construct(string $name)
Constructs a ReflectionZendExtension object
static string|null
export(string $name, bool $return = false)
Exports a reflected zend extension.
string
__toString()
To string handler
string
getName()
Gets name
string
getVersion()
Gets version
string
getAuthor()
Gets author
string
getURL()
Gets URL
string
getCopyright()
Gets copyright
Details
__construct(string $name)
Since: 5.4
Constructs a ReflectionZendExtension object
static string|null
export(string $name, bool $return = false)
Exports a reflected zend extension.
string
__toString()
Since: 5.4
To string handler
string
getName()
Since: 5.4
Gets name
string
getVersion()
Since: 5.4
Gets version
string
getAuthor()
Since: 5.4
Gets author
string
getURL()
Since: 5.4
Gets URL
string
getCopyright()
Since: 5.4
Gets copyright