Exemplo n.º 1
0
 public function renderPost()
 {
     $this->template->article = $this->article;
     $this->template->votes = $this->article->getVotes();
 }