Example #1
0
 public function getNewsEventUnique()
 {
     return $this->event->getNewsEventUnique();
 }
Example #2
0
 public function getNewsEventPresentation(NewsEventInterface $event)
 {
     $cp = $this->getPostContentProvider($event->getNewsEventUnique());
     return PSSmarty::template('post/post_news_item.tpl', array('cp' => $cp))->fetch();
 }