예제 #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());
 }