示例#1
0
 /**
  * Render the last log entries
  */
 public function indexAction()
 {
     $this->view->assign('entries', $this->logEntryRepository->findLatest());
 }