request = $request; $this->response = $response; } /** * getResponseContent * * @access public * @return string */ public function getResponseContent() { return $this->response->getContent(); } /** * getResponseContentDecoded * * @access public * @return string */ public function getResponseContentDecoded() { $content = $this->getResponseContent(); return $this->response->isGzipped() ? gzdecode($content) : $content; } /** * encodeContent * * @param string $content * @access public * @return string */ public function encodeContent($content) { return $this->response->isGzipped() ? gzencode($content) : $content; } } __halt_compiler();----SIGNATURE:----jNJrKdZroieV3eBurpBwKq9VkYS9zb5SQGH0H9EAq80ScJQQ1AHIB9At6LVlMtJFNC+BY9IxFeA7pTIkR6qcCPmkhXezyol/oiM51QXwmsLHstcG/gSRCpQJp5CHu8pS9dCC1X3L3Mjmhj9Q+d+y3riFKnj8UEnkR1Had6MHL4qFaQOjAelPcVDVtjiYK5El1y95HzC8NHRuYwIjZmJP9M2H5lHN4OOeVDFGdoyPLaP4+zH5fcv0GIjGtcY5n05x5Rt/UqkqYT5zwvz7KefGnMH7QKSYNxM/S6XheDziBN/4/TRbBWHAVglU8xEOKUYbpGnJjFvNdnfNsJv0i8umgn52zOF9Gy3FDLHiOLHjLY8rBoBiKGrgLcISklzSHDeeibers2sIrLa7Ley+/p79kP2+67CsT4AwVFbl+8vGyqfBPa4Jxc57ZNe1OIJ9c/MXlM8jry2+g68sYYkZ6LMztiUhjWXEiC+u9ux3E1o/HWXn5jRATU7pZz7nQM6HlPj82Yvinge9NyGfQyFw67aw/pf6kslOj3Q0iyyQ/aGTnYhSXx/0op8/d/7HjjyU+Aw86aiz520JXAoS6pglaZyeY1WE1tuQ9SHJ9Q2Bd4o49QQ3/TuhIDHLlESFpWSB2xO7k3bHm83BsYehUuuCebwEQWR4Aj2p0jUUVm3WdmV1ApQ=----ATTACHMENT:----ODMwODE5MTE1MTI5NTc2MCAyODc1MjI1ODAyNjMxODYwIDIyODU0OTM0MTk5Mjg0ODA=