Display information.
Used by ezcWebdavTransport to transport information on displaying a response to the browser.
Source for this file: /Webdav/src/structs/display_information_xml.php
ezcWebdavDisplayInformation | --ezcWebdavXmlDisplayInformation
Version: | //autogentag// |
public DOMDocument|string|null |
$body
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. |
public ezcWebdavResponse |
$response
Response object to extract headers from. |
public void |
__construct(
$response
, $body
)
Creates a new struct. |
From ezcWebdavDisplayInformation | |
---|---|
public void |
ezcWebdavDisplayInformation::__construct()
Creates a new display information. |
Creates a new struct.
This display information must be created with DOMDocument $body.
Name | Type | Description |
---|---|---|
$response |
ezcWebdavResponse | |
$body |
DOMDocument |
Method | Description |
---|---|
ezcWebdavDisplayInformation::__construct() |
Creates a new display information. |