%PDF- %PDF-
Direktori : /home/ugotscom/kma/vendor/cboden/ratchet/src/Ratchet/WebSocket/ |
Current File : /home/ugotscom/kma/vendor/cboden/ratchet/src/Ratchet/WebSocket/MessageCallableInterface.php |
<?php namespace Ratchet\WebSocket; use Ratchet\ConnectionInterface; use Ratchet\RFC6455\Messaging\MessageInterface; interface MessageCallableInterface { public function onMessage(ConnectionInterface $conn, MessageInterface $msg); }