From a2cabd4c2abdc8e1c23bd4561d013beae4fb14f9 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 30 Sep 2013 16:30:36 +0200 Subject: [PATCH] Remove getContent() from IRequest --- lib/public/irequest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/public/irequest.php b/lib/public/irequest.php index b9bcc4bbc2..054f15d9eb 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); }