⇦ Back to ItunesRssParser classMethod processElementForFeed
public void
processElementForFeed
(\Joomla\CMS\Feed\Feed $feed, \SimpleXMLElement $el)
Method to handle an element for the feed given that the itunes namespace is present.
Parameters
- \Joomla\CMS\Feed\Feed $feed The Feed object being built from the parsed feed.
- \SimpleXMLElement $el The current XML element object to handle.
Returns
Since
Method processElementForFeed - Source code
public function processElementForFeed(Feed $feed, \SimpleXMLElement $el)
{
}