| 1 | <?php |
||
| 11 | class Delete extends Command { |
||
| 12 | |||
| 13 | /** @var \OCP\BackgroundJob\IJobList */ |
||
| 14 | private $jobList; |
||
| 15 | |||
| 16 | public function __construct(IJobList $jobList) { |
||
| 20 | |||
| 21 | protected function configure() { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param InputInterface $input |
||
| 30 | * @param OutputInterface $output |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) { |
||
| 45 | } |
||
| 46 |