Ejemplo n.º 1
0
 /** Signal pre potvrdenie ucasti
  * @param int $id_volba Id volby ucasti
  */
 public function handlePotvrd($id_volba)
 {
     $this->oznam_ucast->zapisUcast($this->id_user_profiles, $this->id_oznam, $id_volba);
     if (!$this->presenter->isAjax()) {
         $this->presenter->redirect('this');
     } else {
         $this->redrawControl('potvrdenieUcasti');
     }
 }