コード例 #1
0
ファイル: NewsEvent.php プロジェクト: ilivanoff/www
 public function getNewsEventUnique()
 {
     return $this->event->getNewsEventUnique();
 }
コード例 #2
0
ファイル: PostsProcessor.php プロジェクト: ilivanoff/www
 public function getNewsEventPresentation(NewsEventInterface $event)
 {
     $cp = $this->getPostContentProvider($event->getNewsEventUnique());
     return PSSmarty::template('post/post_news_item.tpl', array('cp' => $cp))->fetch();
 }