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) :
since |
3.1.4 |
---|
Arguments
- feed
Feed
The Feed object being built from the parsed feed.- el
SimpleXMLElement
The current XML element object to handle.
Response
void
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) :
since |
3.1.4 |
---|
Arguments
- entry
FeedEntry
The FeedEntry object being built from the parsed feed entry.- el
SimpleXMLElement
The current XML element object to handle.
Response
void