PHP 클래스 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.
저자: Michael J. Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_http Horde_Http_Client Http client
$_params array Local copy of config params.

공개 메소드들

메소드 설명
__construct ( array $params ) Constructor.
addNewVersion ( string $module, string $version, string $desc = '' ) Add a new version to the current modules queue.
getQueueId ( string $module ) : boolean Look up the queue id for the requested module name.

보호된 메소드들

메소드 설명
_listQueues ( ) : array Performs a listQueue API call.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params )
$params array TODO

_listQueues() 보호된 메소드

Performs a listQueue API call.
protected _listQueues ( ) : array
리턴 array List of queues with IDs as key and information hash as value.

addNewVersion() 공개 메소드

Add a new version to the current modules queue.
public addNewVersion ( string $module, string $version, string $desc = '' )
$module string The name of the module.
$version string The version string.
$desc string Descriptive text for this version.

getQueueId() 공개 메소드

Look up the queue id for the requested module name.
public getQueueId ( string $module ) : boolean
$module string TODO
리턴 boolean TODO

프로퍼티 상세

$_http 보호되어 있는 프로퍼티

Http client
protected Horde_Http_Client $_http
리턴 Horde_Http_Client

$_params 보호되어 있는 프로퍼티

Local copy of config params.
protected array $_params
리턴 array