Exemplo n.º 1
0
 public function __construct(TransportResponse $response)
 {
     parent::__construct($response);
     $this->data = json_decode($response->getContent());
 }