コード例 #1
0
 /**
  * Index action for this controller. Displays a list of blogs.
  *
  * @return void
  */
 public function indexAction()
 {
     $this->view->assign('blogs', $this->blogRepository->findAll());
 }