src/Hal/Application/Command/Job/QueueReportFactory.php 1 location
|
@@ 62-68 (lines=7) @@
|
| 59 |
|
* @param ConfigurationInterface $config |
| 60 |
|
* @param ExtensionService $extensionsService |
| 61 |
|
*/ |
| 62 |
|
public function __construct(InputInterface $input, OutputInterface $output, ConfigurationInterface $config, ExtensionService $extensionsService) |
| 63 |
|
{ |
| 64 |
|
$this->config = $config; |
| 65 |
|
$this->input = $input; |
| 66 |
|
$this->output = $output; |
| 67 |
|
$this->extensionsService = $extensionsService; |
| 68 |
|
} |
| 69 |
|
|
| 70 |
|
/** |
| 71 |
|
* Factory queue |
src/Hal/Application/Command/Job/QueueAnalyzeFactory.php 1 location
|
@@ 61-67 (lines=7) @@
|
| 58 |
|
* @param ConfigurationInterface $config |
| 59 |
|
* @param ExtensionService $extensionService |
| 60 |
|
*/ |
| 61 |
|
public function __construct(InputInterface $input, OutputInterface $output, ConfigurationInterface $config, ExtensionService $extensionService) |
| 62 |
|
{ |
| 63 |
|
$this->config = $config; |
| 64 |
|
$this->input = $input; |
| 65 |
|
$this->output = $output; |
| 66 |
|
$this->extensionsService = $extensionService; |
| 67 |
|
} |
| 68 |
|
|
| 69 |
|
/** |
| 70 |
|
* Factory queue |