Class Horde_Pear_Rest
REST access to a PEAR server.
This implements a subset of the REST methods detailed in http://pear.php.net/manual/en/core.rest.php
Copyright 2011-2012 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.
Package: Pear
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Pear
Link: http://pear.php.net/manual/en/core.rest.php
Located at Horde/Pear/Rest.php
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Pear
Link: http://pear.php.net/manual/en/core.rest.php
Located at Horde/Pear/Rest.php
public
|
|
public
null
|
|
public
resource
|
|
public
resource
|
#
fetchPackageInformation( string $package )
Return the information on a specific package from the server. |
public
resource
|
#
fetchPackageReleases( string $package )
Return the release list for a specific package from the server. |
public
array
|
|
public
string
|
|
public
resource
|
#
fetchReleaseInformation( string $package, string $version )
Return the release information for a specific package version from the server. |
public
boolean
|
|
public
resource
|
#
fetchReleasePackageXml( string $package, string $version )
Return the package.xml for a specific release from the server. |
public
string
|
#
fetchPackageDependencies( string $package, string $version )
Return the serialized package dependencies for a specific release from the server. |
public
string
|