MediaRssParser
Implements NamespaceParserInterfaceRSS Feed Parser Namespace handler for MediaRSS.
link | |
---|---|
since |
3.1.4 |
package |
Joomla CMS |
Methods
processElementForFeed
Method to handle an element for the feed given that the media namespace is present.
processElementForFeed(\Joomla\CMS\Feed\Feed feed, \SimpleXMLElement el) : void
since |
3.1.4 |
---|
Arguments
- feed
\Joomla\CMS\Feed\Feed
The Feed object being built from the parsed feed.- el
\SimpleXMLElement
The current XML element object to handle.
processElementForFeedEntry
Method to handle the feed entry element for the feed given that the media namespace is present.
processElementForFeedEntry(\Joomla\CMS\Feed\FeedEntry entry, \SimpleXMLElement el) : void
since |
3.1.4 |
---|
Arguments
- entry
\Joomla\CMS\Feed\FeedEntry
The FeedEntry object being built from the parsed feed entry.- el
\SimpleXMLElement
The current XML element object to handle.