Exemplo n.º 1
0
 /**
  * Returns the request body content.
  *
  * @param bool $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
  */
 public function getContent($asResource = false)
 {
     return parent::getContent($asResource);
 }