response = $response; $this->body = $body; } /** * Response object to extract headers from. * * @var ezcWebdavResponse */ public $response; /** * Representation of the response body. * * @var string */ public $body; } ?>