Beispiel #1
0
 public function __construct(WorkerInterface $worker, JobInterface $job, PerformantJobInterface $instance)
 {
     $this->instance = $instance;
     parent::__construct($worker, $job);
 }