Exemplo n.º 1
0
 public static function fromHttpResponse(IHttpResponse $response)
 {
     $report = new self();
     $report->content = $response->getContent();
     return $report;
 }