Horde_Pear_Rest_Release
extends Horde_Xml_Element
in package
A parser for a release information response from a PEAR server.
Tags
Table of Contents
- __construct() : mixed
- Constructor.
- getChannel() : string
- Return the package channel.
- getDescription() : string
- Return the package description.
- getDownloadUri() : string
- Return the uri for downloading the package.
- getLicense() : string
- Return the package license.
- getName() : string
- Return the package name.
- getNotes() : string
- Return the release notes.
- getSummary() : string
- Return the package summary.
- getVersion() : string
- Return the release version.
Methods
__construct()
Constructor.
public
__construct(resource|string $xml) : mixed
Parameters
- $xml : resource|string
-
The XML document received from the server.
Return values
mixed —getChannel()
Return the package channel.
public
getChannel() : string
Return values
string —The package channel.
getDescription()
Return the package description.
public
getDescription() : string
Return values
string —The package description.
getDownloadUri()
Return the uri for downloading the package.
public
getDownloadUri() : string
Return values
string —The URI.
getLicense()
Return the package license.
public
getLicense() : string
Return values
string —The package license.
getName()
Return the package name.
public
getName() : string
Return values
string —The package name.
getNotes()
Return the release notes.
public
getNotes() : string
Return values
string —The release notes.
getSummary()
Return the package summary.
public
getSummary() : string
Return values
string —The package summary.
getVersion()
Return the release version.
public
getVersion() : string
Return values
string —The release version.