mxmbsocket/lib/Ratchet/Protocol/ProtocolInterface.php
2011-09-05 08:53:21 -04:00

10 lines
196 B
PHP

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