diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-30 16:30:36 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-10-01 20:15:04 +0200 |
commit | a2cabd4c2abdc8e1c23bd4561d013beae4fb14f9 (patch) | |
tree | 0580ae465cd744fc14f92f3f4a94e6c92206f8cd /lib | |
parent | 0f13ffb773a95ddf1a941fb76ba995c01693160d (diff) | |
download | nextcloud-server-a2cabd4c2abdc8e1c23bd4561d013beae4fb14f9.tar.gz nextcloud-server-a2cabd4c2abdc8e1c23bd4561d013beae4fb14f9.zip |
Remove getContent() from IRequest
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/irequest.php | 8 |
1 files changed, 0 insertions, 8 deletions
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); } |