mxmbsocket/src/Ratchet/Application/ConfiguratorInterface.php
Chris Boden ad9b8c1644 psr convention
Renamed lib to src
2012-01-30 17:11:30 -05:00

12 lines
211 B
PHP

<?php
namespace Ratchet\Application;
/**
* @todo Does this belong in root dir of application
*/
interface ConfiguratorInterface {
/**
* @return array
*/
static function getDefaultConfig();
}