PHP 클래스 Horde_Pear_Rest_Releases, 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.
상속: extends Horde_Xml_Element_List
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( resource | string $xml ) Constructor.
getReleaseStability ( string $version ) : string Return the stability for the provided release version.
getReleases ( ) : array Return the list of releases.
listReleases ( ) : array Return the list of releases.

보호된 메소드들

메소드 설명
_buildListItemCache ( ) : array Build the list of elements.

비공개 메소드들

메소드 설명
_buildReleases ( ) : array Build the list of releases.

메소드 상세

__construct() 공개 메소드

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

_buildListItemCache() 보호된 메소드

Build the list of elements.
protected _buildListItemCache ( ) : array
리턴 array The list of elements.

getReleaseStability() 공개 메소드

Return the stability for the provided release version.
public getReleaseStability ( string $version ) : string
$version string The version to query.
리턴 string The stability of the specified release.

getReleases() 공개 메소드

Return the list of releases.
public getReleases ( ) : array
리턴 array The releases.

listReleases() 공개 메소드

Return the list of releases.
public listReleases ( ) : array
리턴 array The releases.