response = $response; $this->body = $body; } /** * Response object to extract headers from. * * @var ezcWebdavResponse */ public $response; /** * Representation of the response body. * * The concrete data type of this property is defined in the extending * classes. * * @var DOMDocument|sring|null */ public $body; } ?>