Exemplo n.º 1
0
 /**
  * @return void
  */
 protected function processSubmittedFormValues()
 {
     $result = $this->mapAndValidatePage($this->lastDisplayedPage);
     if ($result->hasErrors() && !$this->userWentBackToPreviousStep()) {
         $this->currentPage = $this->lastDisplayedPage;
         $this->request->setOriginalRequestMappingResults($result);
     }
 }