PHP Класс Horde_Pear_Rest_Package, 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.
getLicense ( ) : string Return the package license.
getName ( ) : string Return the package name.
getSummary ( ) : string Return the package summary.

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

__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.

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

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

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

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

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

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