]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove getContent() from IRequest
authorThomas Tanghus <thomas@tanghus.net>
Mon, 30 Sep 2013 14:30:36 +0000 (16:30 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 30 Sep 2013 14:30:36 +0000 (16:30 +0200)
lib/public/irequest.php

index b9bcc4bbc28e7ea2d4ad525f9bc5d51cd18dd84f..054f15d9eb2f01f35530eaacdb51a4c7fc97c299 100644 (file)
@@ -107,12 +107,4 @@ interface IRequest {
        function getCookie($key);
 
 
-       /**
-        * Returns the request body content.
-        *
-        * @param Boolean $asResource If true, a resource will be returned
-        * @return string|resource The request body content or a resource to read the body stream.
-        * @throws \LogicException
-        */
-       //function getContent($asResource = false);
 }