Ejemplo n.º 1
0
 protected function prepareContinuePids(ContinueDto $continueDto)
 {
     $pauseStanderArr = $this->getTerminatorPauseStanderArr();
     $pauseStanderArr[TerminatorPauseStanderConstants::PIDS_FOR_CONTINUE] = $continueDto->getPidsForContinue();
     return $pauseStanderArr;
 }