Removing constructor and buildFromGlobals from RequestInterface. Fixes: #88

This commit is contained in:
Dave Widmer 2013-09-06 09:14:24 -04:00
parent cfbb037e07
commit a2bf4e0dfb

View File

@ -14,10 +14,6 @@ namespace League\OAuth2\Server\Util;
interface RequestInterface
{
public static function buildFromGlobals();
public function __construct(array $get = array(), array $post = array(), array $cookies = array(), array $files = array(), array $server = array(), $headers = array());
public function get($index = null);
public function post($index = null);