NamespaceParserInterface
Feed 命名空间接口。
自 |
3.1.4 |
---|---|
包 |
Joomla CMS |
方法
processElementForFeed
处理给定命名空间存在的 Feed 的元素的方法。
processElementForFeed(\Joomla\CMS\Feed\Feed feed, \SimpleXMLElement el) :
processElementForFeedEntry
处理给定命名空间存在的 Feed 的 Feed 条目元素的方法。
processElementForFeedEntry(\Joomla\CMS\Feed\FeedEntry entry, \SimpleXMLElement el) :
自 |
3.1.4 |
---|
参数
- entry
FeedEntry
正在从解析的 Feed 条目中构建的 FeedEntry 对象。- el
SimpleXMLElement
要处理的当前 XML 元素对象。
响应
void