PHP Класс Horde_Pear_Rest_Release, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Xml_Element
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( resource | string $xml ) 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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( resource | string $xml )
$xml resource | string The XML document received from the server.

getChannel() публичный Метод

Return the package channel.
public getChannel ( ) : string
Результат string The package channel.

getDescription() публичный Метод

Return the package description.
public getDescription ( ) : string
Результат string The package description.

getDownloadUri() публичный Метод

Return the uri for downloading the package.
public getDownloadUri ( ) : string
Результат string The URI.

getLicense() публичный Метод

Return the package license.
public getLicense ( ) : string
Результат string The package license.

getName() публичный Метод

Return the package name.
public getName ( ) : string
Результат string The package name.

getNotes() публичный Метод

Return the release notes.
public getNotes ( ) : string
Результат string The release notes.

getSummary() публичный Метод

Return the package summary.
public getSummary ( ) : string
Результат string The package summary.

getVersion() публичный Метод

Return the release version.
public getVersion ( ) : string
Результат string The release version.