Exemplo n.º 1
0
 public function renderDetail($id)
 {
     $this->template->offer = $this->offer->getOffer($id, $this->translator->getLocale());
 }
Exemplo n.º 2
0
 public function handleDelete($id, $lang)
 {
     $this->offer->delete($id, $lang);
     $this->flashMessage('admin.offer.delete');
     $this->redirect('this');
 }