1 | <?php |
||
8 | final class NullChannel implements ChannelInterface |
||
9 | { |
||
10 | 1 | public function exchange(): Exchange |
|
14 | |||
15 | 1 | public function queue(): Queue |
|
19 | |||
20 | 1 | public function basic(): Basic |
|
24 | |||
25 | 1 | public function transaction(): Transaction |
|
29 | |||
30 | 1 | public function closed(): bool |
|
34 | |||
35 | 1 | public function close(): void |
|
39 | } |
||
40 |