コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string $message Message to parse
  * @return array Parsed message (with indexed elements such as raw, status, header, body)
  */
 function parseResponse($message)
 {
     return parent::_parseResponse($message);
 }