Esempio n. 1
0
 protected function preparePausePids(PauseDto $pauseDto)
 {
     $pauseStanderArr = $this->getTerminatorPauseStanderArr();
     $pauseStanderArr[TerminatorPauseStanderConstants::PIDS_FOR_PAUSE] = $pauseDto->getPidsForPause();
     return $pauseStanderArr;
 }