1 | <?php |
||
9 | class CountPublisher extends AbstractEvent implements EventInterface, EventPublisherInterface |
||
10 | { |
||
11 | /** |
||
12 | * Changel name. For client side this is nsp. |
||
13 | */ |
||
14 | public static function broadcastOn(): array |
||
18 | |||
19 | /** |
||
20 | * Event name. |
||
21 | */ |
||
22 | public static function name(): string |
||
26 | |||
27 | /** |
||
28 | * Emit client event. |
||
29 | */ |
||
30 | public function fire(): array |
||
36 | } |
||
37 |