Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
processElementForFeed (JFeed $feed, SimpleXMLElement $el) | |
processElementForFeedEntry (JFeedEntry $entry, SimpleXMLElement $el) |
Définition à la ligne 20 du fichier itunes.php.
JFeedParserRssItunes::processElementForFeed | ( | JFeed | $feed, |
SimpleXMLElement | $el | ||
) |
Method to handle an element for the feed given that the itunes namespace is present.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Implémente JFeedParserNamespace.
Définition à la ligne 32 du fichier itunes.php.
JFeedParserRssItunes::processElementForFeedEntry | ( | JFeedEntry | $entry, |
SimpleXMLElement | $el | ||
) |
Method to handle the feed entry element for the feed given that the itunes namespace is present.
JFeedEntry | $entry | The JFeedEntry object being built from the parsed feed entry. |
SimpleXMLElement | $el | The current XML element object to handle. |
Implémente JFeedParserNamespace.
Définition à la ligne 47 du fichier itunes.php.