response = $response; $this->body = $body; } /** * Response object to extract headers from. * * @var ezcWebdavResponse */ public $response; /** * Representation of the response body. * Contents overwritten in extending structs. * * @var DOMDocument|sring|null */ public $body; } ?>