1 | <?php |
||
24 | final class ChannelsCommand extends AbstractCommand |
||
25 | { |
||
26 | protected static $defaultName = 'centrifugo:channels'; |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | protected function configure(): void |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
68 | } |
||
69 |