Exemplo n.º 1
0
 /**
  * @param ManagerRegistry $doctrineRegistry
  * @param ProcessorRegistry $processorRegistry
  * @param Executor $jobExecutor
  * @param TypesRegistry $registry
  * @param EventDispatcherInterface $eventDispatcher
  * @param LoggerStrategy $logger
  * @param array $bundleConfiguration
  */
 public function __construct(ManagerRegistry $doctrineRegistry, ProcessorRegistry $processorRegistry, Executor $jobExecutor, TypesRegistry $registry, EventDispatcherInterface $eventDispatcher, LoggerStrategy $logger = null, array $bundleConfiguration = null)
 {
     parent::__construct($doctrineRegistry, $processorRegistry, $jobExecutor, $registry, $eventDispatcher, $logger);
     $this->bundleConfiguration = $bundleConfiguration;
 }