Since: 5.4

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

Parameters

string $name

Exceptions

ReflectionException

static string|null export(string $name, bool $return = false)

Exports a reflected zend extension.

Parameters

string $name

The reflection to export.

bool $return

Setting to {\true} will return the export, as opposed to emitting it. Setting to {\false} (the default) will do the opposite.

Return Value

string|null

string __toString()

Since: 5.4

To string handler

Return Value

string

Returns string representation of the object that implements this interface (and/or "__toString" magic method).

string getName()

Since: 5.4

Gets name

Return Value

string

string getVersion()

Since: 5.4

Gets version

Return Value

string

string getAuthor()

Since: 5.4

Gets author

Return Value

string

string getURL()

Since: 5.4

Gets URL

Return Value

string

string getCopyright()

Since: 5.4

Gets copyright

Return Value

string