PHP Class 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.
Inheritance: extends Horde_Xml_Element
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

getChannel() public méthode

Return the package channel.
public getChannel ( ) : string
Résultat string The package channel.

getDescription() public méthode

Return the package description.
public getDescription ( ) : string
Résultat string The package description.

getLicense() public méthode

Return the package license.
public getLicense ( ) : string
Résultat string The package license.

getName() public méthode

Return the package name.
public getName ( ) : string
Résultat string The package name.

getSummary() public méthode

Return the package summary.
public getSummary ( ) : string
Résultat string The package summary.