mxmbsocket/tests/helpers/Ratchet/Wamp/Stub/WsWampServerInterface.php
2013-06-16 10:12:48 -04:00

7 lines
197 B
PHP

<?php
namespace Ratchet\Wamp\Stub;
use Ratchet\WebSocket\WsServerInterface;
use Ratchet\Wamp\WampServerInterface;
interface WsWampServerInterface extends WsServerInterface, WampServerInterface {
}