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