1 | <?php |
||
13 | class DisableBackend extends Command { |
||
14 | |||
15 | /** |
||
16 | * @var \OCA\Chat\IBackendManager |
||
17 | */ |
||
18 | private $backendManager; |
||
19 | |||
20 | public function __construct(IBackendManager $backendManager){ |
||
24 | |||
25 | public function configure(){ |
||
35 | |||
36 | public function execute(InputInterface $input, OutputInterface $output){ |
||
45 | |||
46 | } |