Events WebSocket
This commit is contained in:
7
common/Define/Event/Body.php
Normal file
7
common/Define/Event/Body.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace ProVM\Common\Define\Event;
|
||||
|
||||
interface Body {
|
||||
public function write($data);
|
||||
public function read();
|
||||
}
|
Reference in New Issue
Block a user