⇦ Back to ItunesRssParser classMethod processElementForFeedEntry
public void
processElementForFeedEntry
(\Joomla\CMS\Feed\FeedEntry $entry, \SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that the itunes namespace is present.
Parameters
- \Joomla\CMS\Feed\FeedEntry $entry The FeedEntry object being built from the parsed feed entry.
- \SimpleXMLElement $el The current XML element object to handle.
Returns
Since
Method processElementForFeedEntry - Source code
/**
* Method to handle the feed entry element for the feed given that the itunes namespace is present.
*
* @param FeedEntry $entry The FeedEntry object being built from the parsed feed entry.
* @param \SimpleXMLElement $el The current XML element object to handle.
*
* @return void
*
* @since 3.1.4
*/
public function processElementForFeedEntry(FeedEntry $entry, \SimpleXMLElement $el)
{
}