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