| 1 | <?php |
||
| 12 | class Status extends Command { |
||
| 13 | |||
| 14 | /** @var \OCP\BackgroundJob\IJobList */ |
||
| 15 | private $jobList; |
||
| 16 | |||
| 17 | public function __construct(IJobList $jobList) { |
||
| 21 | |||
| 22 | 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) { |
||
| 41 | } |
||
| 42 |