Ejemplo n.º 1
0
 /**
  * Returns the message body, as it's internal representation.
  *
  * This could be either a string or a stream.
  *
  * @return resource|string
  */
 function getBody()
 {
     return $this->inner->getBody();
 }