Class flRssClient
flRssClient Class
Class to implement fetching and caching of RSS feeds.
Feeds are cached with the tag rss.
Package: fusionLib
Copyright: Copyright (c) 2008 - 2012 fusionLib. All rights reserved.
Located at system/libs/Rss/flRssClient.php
Copyright: Copyright (c) 2008 - 2012 fusionLib. All rights reserved.
Located at system/libs/Rss/flRssClient.php
Methods summary
public
|
|
public
|
#
fetch( string $uri, integer $maxItems = 50, boolean $withCategories = false, integer $cacheTime = null )
Fetch the RSS feed from the given URI. |
protected
|
#
processAtomFeed( SimpleXMLElement $xml, integer $maxItems, integer $cacheTime )
Process XML data holding an Atom format feed. |