Esempio n. 1
0
 /**
  * Command event handler.
  *
  * This event handler is called when a command is issued by the user.
  */
 public function handleCommand(Zikula_Form_View $view, &$args)
 {
     $result = parent::handleCommand($view, $args);
     if ($result === false) {
         return $result;
     }
     return $this->view->redirect($this->getRedirectUrl($args, $entity, $repeatCreateAction));
 }