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 l'interface NamespaceParserInterface
+ Graphe d'héritage de NamespaceParserInterface:

Fonctions membres publiques

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

Description détaillée

Feed Namespace interface.

Depuis
3.1.4

Documentation des fonctions membres

◆ processElementForFeed()

processElementForFeed ( Feed  $feed,
\SimpleXMLElement  $el 
)

Method to handle an element for the feed given that a certain 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émenté dans ItunesRssParser, et MediaRssParser.

◆ processElementForFeedEntry()

processElementForFeedEntry ( FeedEntry  $entry,
\SimpleXMLElement  $el 
)

Method to handle the feed entry element for the feed given that a certain 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émenté dans ItunesRssParser, et MediaRssParser.


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