mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 16:17:28 +02:00
[bridges] Rename 'parseRSSItem' to 'parseItem'
This commit is contained in:
@@ -42,7 +42,7 @@ class FeedExpanderExampleBridge extends RssExpander {
|
||||
}
|
||||
}
|
||||
|
||||
protected function parseRSSItem($newsItem) {
|
||||
protected function parseItem($newsItem) {
|
||||
switch($this->getInput('version')){
|
||||
case 'rss_0_9_1':
|
||||
return $this->parseRSS_0_9_1_Item($newsItem);
|
||||
|
Reference in New Issue
Block a user