Class RSS_feed

Description

This class describes an RSS feed container

From the RSS Aggregator!

Located in /lib/Tariqa/RSS_feed.class.php (line 7)


	
			
Variable Summary
string $copyright
string $description
int $feed_id
string $language
string $link
string $picture
string $title
string $url
Variables
string $copyright (line 55)

Copyright information

  • access: public
string $description (line 31)

Description of the feed

  • access: public
int $feed_id (line 13)

Unique identifier for the feed

  • access: public
string $language (line 49)

Language of the feed (if available)

  • access: public
int $last_refresh (line 67)

Date/time at which the feed was last refreshed (Unix timestamp)

  • access: public
string $link (line 43)

URL of the site corresponding to the current feed

  • access: public
string $picture (line 37)

URL of the embeded Logo

  • access: public
int $refresh_rate (line 61)

Refresh rate of the feed (in minutes). [0 value means unrestricted].

  • access: public
string $title (line 25)

Title of the feed

  • access: public
string $url (line 19)

Full URL of the feed

  • access: public
int $use_proxy (line 73)

If set to true, the feed will be downloaded through the proxy, otherwise direct connection will be used

  • access: public

Documentation generated on Mon, 30 Mar 2009 16:36:26 +0200 by phpDocumentor 1.4.1