コード例 #1
0
 public function parse($rawBody, $contentType)
 {
     $content = Xml2Array::go($rawBody);
     return array_shift($content);
 }