| 1 | <?php |
||
| 24 | trait ArgumentChannelTrait |
||
| 25 | { |
||
| 26 | /** @var string */ |
||
| 27 | protected $channel; |
||
| 28 | |||
| 29 | /** @var CentrifugoChecker */ |
||
| 30 | protected $centrifugoChecker; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param InputInterface $input |
||
| 34 | * |
||
| 35 | * @throws InvalidArgumentException |
||
| 36 | */ |
||
| 37 | protected function initializeChannelArgument(InputInterface $input): void |
||
| 52 | } |
||
| 53 |