Ejemplo n.º 1
0
 /**
  * In case of a multi-page action, redirects to the next step
  */
 public function nextStep($result)
 {
     list($step, $timeout) = $this->getStepInfo();
     M_Office_Util::postRedirect(M_Office::URL(array('__start' => $result->next)), $_POST, array('actionstep_' . $this->actionName, 'actionstep'), array('start' => $result->next, 'timeout' => $timeout * 1000, 'total' => $result->total, 'actionName' => $this->getActionTitle()));
 }