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