From: Thomas Tanghus Date: Mon, 30 Sep 2013 14:30:36 +0000 (+0200) Subject: Remove getContent() from IRequest X-Git-Tag: v6.0.0alpha2~93^2~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=26785c9e0de4a8cba475efe23c3bd996c7b46d0d;p=nextcloud-server.git Remove getContent() from IRequest --- diff --git a/lib/public/irequest.php b/lib/public/irequest.php index b9bcc4bbc28..054f15d9eb2 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -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); }