setStars($stars); $this->teaRepository->update($tea); return $this->redirect('index','FrontEndEditor'); } public function filterAction(int $stars) { $this->view->assign('teas', $this->teaRepository->findByStars($stars)); return $this->htmlResponse(); } }