Ejemplo n.º 1
0
 /**
  * 解析LoggingConfig数据
  *
  * @return LoggingConfig
  */
 protected function parseDataFromResponse()
 {
     $content = $this->rawResponse->body;
     $config = new LoggingConfig();
     $config->parseFromXml($content);
     return $config;
 }