![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de NamespaceParserInterface:Fonctions membres publiques | |
| processElementForFeed (Feed $feed, \SimpleXMLElement $el) | |
| processElementForFeedEntry (FeedEntry $entry, \SimpleXMLElement $el) | |
Feed Namespace interface.
| processElementForFeed | ( | Feed | $feed, |
| \SimpleXMLElement | $el | ||
| ) |
Method to handle an element for the feed given that a certain namespace is present.
| Feed | $feed | The Feed object being built from the parsed feed. |
| \SimpleXMLElement | $el | The current XML element object to handle. |
Implémenté dans ItunesRssParser, et MediaRssParser.
| processElementForFeedEntry | ( | FeedEntry | $entry, |
| \SimpleXMLElement | $el | ||
| ) |
Method to handle the feed entry element for the feed given that a certain namespace is present.
| FeedEntry | $entry | The FeedEntry object being built from the parsed feed entry. |
| \SimpleXMLElement | $el | The current XML element object to handle. |
Implémenté dans ItunesRssParser, et MediaRssParser.