response = $response; $this->body = $body; } /** * Response object to extract headers from. * * @var ezcWebdavResponse */ public $response; /** * Representation of the response body. * Should be null, if no body is to be sent, an instance of DOMDocument to * send and XML body or a string representng the body if it is non-XML. * * @var DOMDocument|string|null */ public $body; } ?>