Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe ItunesRssParser
+ Graphe d'héritage de ItunesRssParser:

Fonctions membres publiques

 processElementForFeed (Feed $feed, \SimpleXMLElement $el)
 
 processElementForFeedEntry (FeedEntry $entry, \SimpleXMLElement $el)
 

Description détaillée

RSS Feed Parser Namespace handler for iTunes.

3.1.4

Documentation des fonctions membres

◆ processElementForFeed()

processElementForFeed ( Feed  $feed,
\SimpleXMLElement  $el 
)

Method to handle an element for the feed given that the itunes namespace is present.

Paramètres
Feed$feedThe Feed object being built from the parsed feed.
\SimpleXMLElement$elThe current XML element object to handle.
Renvoie
void
Depuis
3.1.4

Implémente NamespaceParserInterface.

◆ processElementForFeedEntry()

processElementForFeedEntry ( FeedEntry  $entry,
\SimpleXMLElement  $el 
)

Method to handle the feed entry element for the feed given that the itunes namespace is present.

Paramètres
FeedEntry$entryThe FeedEntry object being built from the parsed feed entry.
\SimpleXMLElement$elThe current XML element object to handle.
Renvoie
void
Depuis
3.1.4

Implémente NamespaceParserInterface.


La documentation de cette classe a été générée à partir du fichier suivant :