Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface JFeedParserNamespace
+ Graphe d'héritage de JFeedParserNamespace:

Liste de tous les membres

Fonctions membres publiques

 processElementForFeed (JFeed $feed, SimpleXMLElement $el)
 processElementForFeedEntry (JFeedEntry $entry, SimpleXMLElement $el)

Description détaillée

Définition à la ligne 19 du fichier namespace.php.


Documentation des fonctions membres

JFeedParserNamespace::processElementForFeed ( JFeed  $feed,
SimpleXMLElement  $el 
)

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

Paramètres:
JFeed$feedThe JFeed object being built from the parsed feed.
SimpleXMLElement$elThe current XML element object to handle.
Renvoie:
void
Depuis:
12.3

Implémenté dans JFeedParserRssItunes, et JFeedParserRssMedia.

JFeedParserNamespace::processElementForFeedEntry ( JFeedEntry  $entry,
SimpleXMLElement  $el 
)

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

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

Implémenté dans JFeedParserRssItunes, et JFeedParserRssMedia.


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