1 | <?php |
||
16 | class RunHandlerCommand extends Command |
||
17 | { |
||
18 | /** |
||
19 | * @var RegistryInterface |
||
20 | */ |
||
21 | private $registry; |
||
22 | |||
23 | 18 | public function __construct($name, RegistryInterface $registry) |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 18 | protected function configure() |
|
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 12 | protected function execute(InputInterface $input, OutputInterface $output) |
|
58 | } |
||
59 |