Example #1
0
 function __construct(Response $response)
 {
     $this->_response = $response;
     $this->_vars = $this->_response->export();
 }