Source for file helper.php
Documentation is available at helper.php
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
public static function getFeed($params)
$rssurl =
$params->get('rssurl', '');
$rssDoc =
$feed->getFeed($rssurl);
catch
(InvalidArgumentException $e)
return JText::_('MOD_FEED_ERR_FEED_NOT_RETRIEVED');
catch
(RunTimeException $e)
return JText::_('MOD_FEED_ERR_FEED_NOT_RETRIEVED');
catch
(LogicException $e)
return JText::_('MOD_FEED_ERR_FEED_NOT_RETRIEVED');
return JText::_('MOD_FEED_ERR_FEED_NOT_RETRIEVED');
Documentation generated on Tue, 19 Nov 2013 15:04:16 +0100 by phpDocumentor 1.4.3