PHP Class Horde_Release_Whups, horde
Copyright 2010-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.
显示文件
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_http |
Horde_Http_Client |
Http client |
|
$_params |
array |
Local copy of config params. |
|
Public Methods
Protected Methods
Method Details
__construct()
public method
_listQueues()
protected method
Performs a listQueue API call.
protected _listQueues ( ) : array |
return |
array |
List of queues with IDs as key and information hash as
value. |
addNewVersion()
public method
Add a new version to the current modules queue.
getQueueId()
public method
Look up the queue id for the requested module name.
Property Details
$_http protected_oe property
protected Horde_Http_Client $_http |
return |
Horde_Http_Client |
|
$_params protected_oe property
Local copy of config params.
protected array $_params |
return |
array |
|