コード例 #1
0
ファイル: NdnService.php プロジェクト: DBezemer/server
 protected function doneFeedGeneration($context, $feed)
 {
     $feed->setChannelLastBuildDate($context->lastBuildDate);
     return parent::doneFeedGeneration($context, $feed);
 }
コード例 #2
0
ファイル: AttUverseService.php プロジェクト: DBezemer/server
 protected function doneFeedGeneration($context, $feed)
 {
     $channelTitle = isset($context->channelTitle) ? $context->channelTitle : $this->profile->getChannelTitle();
     $feed->setChannelTitle($channelTitle);
     return parent::doneFeedGeneration($context, $feed);
 }