예제 #1
0
파일: FakeReport.php 프로젝트: weew/interop
 public static function fromHttpResponse(IHttpResponse $response)
 {
     $report = new self();
     $report->content = $response->getContent();
     return $report;
 }