1 | <?php |
||
17 | class WebsocketStartEvent extends Event |
||
18 | { |
||
19 | const EVENT = 'WyriHaximus.Ratchet.WebsocketStart'; |
||
20 | |||
21 | /** |
||
22 | * @param LoopInterface $loop |
||
23 | * @return static |
||
24 | */ |
||
25 | 1 | public static function create(LoopInterface $loop) |
|
31 | |||
32 | /** |
||
33 | * @return LoopInterface |
||
34 | */ |
||
35 | 1 | public function getLoop() |
|
39 | } |
||
40 |