Esempio n. 1
0
 protected function doneFeedGeneration($context, $feed)
 {
     $feed->setChannelLastBuildDate($context->lastBuildDate);
     return parent::doneFeedGeneration($context, $feed);
 }
Esempio n. 2
0
 protected function doneFeedGeneration($context, $feed)
 {
     $channelTitle = isset($context->channelTitle) ? $context->channelTitle : $this->profile->getChannelTitle();
     $feed->setChannelTitle($channelTitle);
     return parent::doneFeedGeneration($context, $feed);
 }