Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct ($rss_data) | |
get () | |
__get ($key) | |
Static Public Member Functions | |
static | load ($url) |
Prototype of an RSS reader for the Imported News section. Not currently in use on the site, but it should be a good start.
Definition at line 9 of file rssreader.php.
__construct | ( | $ | rss_data | ) |
Definition at line 38 of file rssreader.php.
__get | ( | $ | key | ) |
Definition at line 74 of file rssreader.php.
get | ( | ) |
Get important information about this RSS feed
Definition at line 60 of file rssreader.php.
static load | ( | $ | url | ) | [static] |
Load a RSS feed and return a new rssreader object.
Definition at line 22 of file rssreader.php.