mxmbsocket/lib/Ratchet/Protocol/ProtocolInterface.php
2011-09-04 17:30:21 -04:00

7 lines
128 B
PHP

<?php
namespace Ratchet\Protocol;
use Ratchet\Server;
interface ProtocolInterface {
function __construct(Server $server);
}