SproutCMS

This is the code documentation for the SproutCMS project

class RssFeed

Copyright (C) 2017 Karmabunny Pty Ltd.

This file is a part of SproutCMS.

SproutCMS is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation, either
version 2 of the License, or (at your option) any later version.

For more information, visit <http://getsproutcms.com>.

This class was originally from Kohana 2.3.4
Copyright 2007-2008 Kohana Team

Source code (5 results)

/sprout/sprout_load.php   Highlighted file source

Line 128: 'RssFeedWidget' => 'RSS Feed',

/sprout/sprout_load.php   Highlighted file source

Line 128: 'RssFeedWidget' => 'RSS Feed',

/sprout/Widgets/RssFeedWidget.php   Highlighted file source

Line 20: use Sprout\Helpers\RssFeed;
Line 27: class RssFeedWidget extends Widget
Line 43: $items = RssFeed::parse($this->settings['url']);

/sprout/Widgets/RssFeedWidget.php   Highlighted file source

Line 20: use Sprout\Helpers\RssFeed;
Line 27: class RssFeedWidget extends Widget
Line 43: $items = RssFeed::parse($this->settings['url']);

A total of 9 lines in 5 files were found