메소드 | 설명 | |
---|---|---|
__construct ( resource | string $xml ) | Constructor. | |
getChannel ( ) : string | Return the package channel. | |
getDescription ( ) : string | Return the package description. | |
getDownloadUri ( ) : string | Return the uri for downloading the package. | |
getLicense ( ) : string | Return the package license. | |
getName ( ) : string | Return the package name. | |
getNotes ( ) : string | Return the release notes. | |
getSummary ( ) : string | Return the package summary. | |
getVersion ( ) : string | Return the release version. |
public __construct ( resource | string $xml ) | ||
$xml | resource | string | The XML document received from the server. |
public getChannel ( ) : string | ||
리턴 | string | The package channel. |
public getDescription ( ) : string | ||
리턴 | string | The package description. |
public getDownloadUri ( ) : string | ||
리턴 | string | The URI. |
public getLicense ( ) : string | ||
리턴 | string | The package license. |
public getSummary ( ) : string | ||
리턴 | string | The package summary. |
public getVersion ( ) : string | ||
리턴 | string | The release version. |