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