Skip to content
Snippets Groups Projects
Commit a2cabd4c authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Remove getContent() from IRequest

parent 0f13ffb7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment