collectExpandableDatas(self::URI . 'feeds/'); } protected function parseItem($newsItem){ return $this->parseRSS_2_0_Item($newsItem); } public function getCacheDuration(){ return 7200; // 2h hours } }