示例#1
0
 public function onBeforeRender()
 {
     $this->feed->setup($this->feedParams);
     $this->addComponent('feed', $this->feed);
 }
示例#2
0
文件: feed.php 项目: vazahat/dudex
 public function setup($data)
 {
     parent::setup($data);
     $this->driver->setFormats(NEWSFEED_CLASS_FormatManager::getInstance()->getFormatNames());
 }