コード例 #1
0
 /**
  * Updates the body resource with a new stream.
  *
  * @param resource $body
  * @return void
  */
 function setBody($body)
 {
     $this->inner->setBody($body);
 }