Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\App\CacheInterface $cache, SerializerInterface $serializer=null, FeedFactoryInterface $feedFactory=null) | |
getFeeds () | |
setDataProvider (DataProviderInterface $dataProvider) | |
createRssXml () | |
Protected Attributes | |
$dataProvider | |
$cache | |
Provides functionality to work with RSS feeds
@api
__construct | ( | \Magento\Framework\App\CacheInterface | $cache, |
SerializerInterface | $serializer = null , |
||
FeedFactoryInterface | $feedFactory = null |
||
) |
Rss constructor
\Magento\Framework\App\CacheInterface | $cache | |
SerializerInterface | null | $serializer | |
FeedFactoryInterface | null | $feedFactory |
Definition at line 51 of file Rss.php.
createRssXml | ( | ) |
Definition at line 107 of file Rss.php.
setDataProvider | ( | DataProviderInterface | $dataProvider | ) |