mxmbsocket/lib/Ratchet/Protocol/ProtocolInterface.php

10 lines
200 B
PHP

<?php
namespace Ratchet\Protocol;
use Ratchet\ReceiverInterface;
interface ProtocolInterface extends ReceiverInterface {
/**
* @return Array
*/
static function getDefaultConfig();
}