Пример #1
0
 /**
  * @param Command|null $command
  */
 public function __construct(Command $command = null)
 {
     $this->command = $command;
     parent::__construct();
 }
 public function __construct(array $settings = [], ProcessContextInterface $context = null, $throwExceptionInMainStep = false)
 {
     parent::__construct($settings, $context);
     $this->throwExceptionInMainStep = $throwExceptionInMainStep;
 }