PHP 클래스 Horde_Pear_Rest_Release, 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
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

getChannel() 공개 메소드

Return the package channel.
public getChannel ( ) : string
리턴 string The package channel.

getDescription() 공개 메소드

Return the package description.
public getDescription ( ) : string
리턴 string The package description.

getDownloadUri() 공개 메소드

Return the uri for downloading the package.
public getDownloadUri ( ) : string
리턴 string The URI.

getLicense() 공개 메소드

Return the package license.
public getLicense ( ) : string
리턴 string The package license.

getName() 공개 메소드

Return the package name.
public getName ( ) : string
리턴 string The package name.

getNotes() 공개 메소드

Return the release notes.
public getNotes ( ) : string
리턴 string The release notes.

getSummary() 공개 메소드

Return the package summary.
public getSummary ( ) : string
리턴 string The package summary.

getVersion() 공개 메소드

Return the release version.
public getVersion ( ) : string
리턴 string The release version.