Path

ez components / documentation / api reference / 2007.2alpha1 / webdav


eZ Components 2007.2alpha1

Webdav: ezcWebdavDisplayInformation

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWebdavDisplayInformation

Display information. [source]
Used by ezcWebdavTransport to transport information on displaying a response to the browser.

Descendents

Child Class Description
ezcWebdavXmlDisplayInformation Display information.
ezcWebdavStringDisplayInformation Display information.
ezcWebdavEmptyDisplayInformation Display information.

Member Variables

public DOMDocument|sring|null $body
Representation of the response body.
public ezcWebdavResponse $response
Response object to extract headers from.

Method Summary

public void __construct( $response, $body )
Creates a new struct.

Methods

__construct

void __construct( ezcWebdavResponse $response, DOMDocument|string|null $body )
Creates a new struct.

Parameters

Name Type Description
$response ezcWebdavResponse  
$body DOMDocument|string|null  

Redefined in descendants as

Method Description
ezcWebdavXmlDisplayInformation::__construct() Creates a new struct.
ezcWebdavStringDisplayInformation::__construct() Creates a new struct.
ezcWebdavEmptyDisplayInformation::__construct() Creates a new struct.

Last updated: Mon, 12 Nov 2007