Class RSS_article

Description

this class describes an article of an RSS feed,

from the RSS Aggregator!

Located in /RSS_article.class.php (line 7)


	
			
Variable Summary
string $author
string $comments
int $date
string $description
int $feed_id
string $headline
string $link
string $title
Variables
int $article_id (line 12)

Unique identifier of the article (url is wrong as it can appear in several feeds)

  • access: public
string $author (line 60)

Author of the article (if available)

  • access: public
string $comments (line 54)

Comment about the article (if available)

  • access: public
int $date (line 24)

Date of publication of the article [UNIX timestamp]

  • access: public
string $description (line 42)

Summary of the article if available

  • access: public
int $feed_id (line 18)

ID of the feed this article belongs to

  • access: public
string $headline (line 36)

Title of the article (full length)

  • access: public
string $link (line 48)

Link to the article

  • access: public
string $title (line 30)

Title of the article (truncated to 255 chars)

  • access: public

Documentation generated on Thu, 10 Dec 2009 15:21:40 +0100 by phpDocumentor 1.4.1