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é
|
Fonctions membres publiques | |
processElementForFeed (Feed $feed, \SimpleXMLElement $el) | |
processElementForFeedEntry (FeedEntry $entry, \SimpleXMLElement $el) | |
processElementForFeed | ( | Feed | $feed, |
\SimpleXMLElement | $el | ||
) |
Method to handle an element for the feed given that the itunes namespace is present.
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
Implémente NamespaceParserInterface.
processElementForFeedEntry | ( | FeedEntry | $entry, |
\SimpleXMLElement | $el | ||
) |
Method to handle the feed entry element for the feed given that the itunes 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émente NamespaceParserInterface.