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