메소드 | 설명 | |
---|---|---|
__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. |
public __construct ( resource | string $xml ) | ||
$xml | resource | string | The XML document received from the server. |
protected _buildListItemCache ( ) : array | ||
리턴 | array | The list of elements. |
public getReleaseStability ( string $version ) : string | ||
$version | string | The version to query. |
리턴 | string | The stability of the specified release. |
public getReleases ( ) : array | ||
리턴 | array | The releases. |
public listReleases ( ) : array | ||
리턴 | array | The releases. |