Remove getContent() from IRequest

This commit is contained in:
Thomas Tanghus 2013-09-30 16:30:36 +02:00
parent 0f13ffb773
commit a2cabd4c2a
1 changed files with 0 additions and 8 deletions

View 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);
}