Merge pull request #94 from daveWid/request-interface-cleanup

Request interface cleanup
This commit is contained in:
Alex Bilbie 2013-09-08 03:23:26 -07:00
commit bee71c1e83

View File

@ -14,10 +14,6 @@ namespace League\OAuth2\Server\Util;
interface RequestInterface 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 get($index = null);
public function post($index = null); public function post($index = null);