Back to MediaRssParser class

Method processElementForFeedEntry

public void
processElementForFeedEntry
(\Joomla\CMS\Feed\FeedEntry $entry, \SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that the media 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
  • void
Since
  • 3.1.4

Method processElementForFeedEntry - Source code

/**
 * Method to handle the feed entry element for the feed given that the media 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)
{
}