コード例 #1
0
ファイル: HomepagePresenter.php プロジェクト: krupaj/my-blog
 public function renderPost()
 {
     $this->template->article = $this->article;
     $this->template->votes = $this->article->getVotes();
 }