ItunesRssParser
class ItunesRssParser implements NamespaceParserInterface
RSS Feed Parser Namespace handler for iTunes.
Methods
void
processElementForFeed(
Feed $feed,
SimpleXMLElement $el)
Method to handle an element for the feed given that the itunes namespace is present.
void
processElementForFeedEntry(
FeedEntry $entry,
SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that the itunes namespace is present.
Details
void
processElementForFeed(
Feed $feed,
SimpleXMLElement $el)
Method to handle an element for the feed given that the itunes namespace is present.
void
processElementForFeedEntry(
FeedEntry $entry,
SimpleXMLElement $el)
Method to handle the feed entry element for the feed given that the itunes namespace is present.