Exemplo n.º 1
0
 public function overitRubriku($id)
 {
     if (!($this->rubrika = $this->redakce->findRubrikuById($id))) {
         $this->redirect('default');
     }
 }