teaRepository = $teaRepository; } /** * @return void */ public function indexAction() { $this->view->assign('teas', $this->teaRepository->findAll()); } }