예제 #1
0
 public function resolveExecOptions(ExecutionContext $execution)
 {
     $options = $this->execOptions;
     // We inject execution here to be able to use it then in JobType options.
     $options['execution'] = $execution;
     $options = $this->resolved->execJob($this, $options);
     $this->setResolvedExecOptions($options);
 }