diff options
Diffstat (limited to 'assets/php/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php')
-rwxr-xr-x | assets/php/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/assets/php/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php b/assets/php/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php deleted file mode 100755 index 1486323..0000000 --- a/assets/php/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -namespace Ratchet; - -interface MessageInterface { - /** - * Triggered when a client sends data through the socket - * @param \Ratchet\ConnectionInterface $from The socket/connection that sent the message to your application - * @param string $msg The message received - * @throws \Exception - */ - function onMessage(ConnectionInterface $from, $msg); -} |