Class VersionsFeedEntry

Description

Single (version) entry of www.ProjectPier version feed

  • version: 1.0

Located in /application/models/versons_feed/VersionsFeedEntry.class.php (line 9)


	
			
Method Summary
string getChangeLogUrl (null 0)
string getDetailsUrl (null 0)
array getDownloadLinks (void 0)
boolean getIsStable (null 0)
string getReleaseNotes (null 0)
string getSignature (null 0)
string getVersionNumber (null 0)
boolean isLoaded (null 0)
boolean isNewerThan (string $version)
boolean read ( $node)
Methods
Constructor __construct (line 80)

Construct the VersionsFeedEntry

VersionsFeedEntry __construct ( $node)
  • SimpleXMLElement $node
getChangeLogUrl (line 275)

Get change_log_url

string getChangeLogUrl (null 0)
  • null 0
getDetailsUrl (line 195)

Get details_url

string getDetailsUrl (null 0)
  • null 0
getDownloadLinkByFormat (line 305)

Return specific download link by format

VersionsFeedDownloadLink getDownloadLinkByFormat (string $format)
  • string $format
getDownloadLinks (line 295)

Return array of download links extracted from this version

array getDownloadLinks (void 0)
  • void 0
getIsStable (line 175)

Get is_stable

boolean getIsStable (null 0)
  • null 0
getReleaseDate (line 255)

Get release_date

DateTimeValue getReleaseDate (null 0)
  • null 0
getReleaseNotes (line 235)

Get release_notes

string getReleaseNotes (null 0)
  • null 0
getSignature (line 215)

Get signature

string getSignature (null 0)
  • null 0
getVersionNumber (line 155)

Get version_number

string getVersionNumber (null 0)
  • null 0
isLoaded (line 135)

Get is_loaded

boolean isLoaded (null 0)
  • null 0
isNewerThan (line 94)

Returns true if this version is newer than input version

boolean isNewerThan (string $version)
  • string $version: Input version
read (line 104)

Read the values from XML node

boolean read ( $node)
  • SimpleXMLElement $node

Documentation generated on Wed, 23 Jan 2008 01:59:49 +0000 by phpDocumentor 1.4.0