Webdav: ezcWebdavMultistatusResponse
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavMultistatusResponse
|
Class for multistatus responses, aggregating other responses. [
source]
Parents
ezcWebdavResponse
|
--ezcWebdavMultistatusResponse
Inherited Constants
From
ezcWebdavResponse:
Inherited Member Variables
From
ezcWebdavResponse:
Method Summary
|
public void |
__construct(
$status, $requestUri )
Construct multistatus from any number of requests, provided either in arrays with requests or directly as constructor parameters. |
|
public void |
validateHeaders(
)
Validates the headers set in this request. |
Inherited Methods
From
ezcWebdavResponse :
Methods
__construct
void __construct(
int
$status, string
$requestUri )
Construct multistatus from any number of requests, provided either in arrays with requests or directly as constructor parameters.
Parameters
| Name |
Type |
Description |
$status |
int |
|
$requestUri |
string |
|
Redefinition of
validateHeaders
void validateHeaders(
)
Validates the headers set in this request.
This method is called by ezcWebdavServer after the response object has been created by an ezcWebdavBackend. It must validate all headers specific for this request for existance of required headers and validity of all headers used by the specific request implementation. The call of the parent method is *mandatory* to have common WebDAV and HTTP headers validated, too!
Throws
| Class | Description |
ezcWebdavMissingHeaderException |
if a required header is missing. |
ezcWebdavInvalidHeaderException |
if a header is present, but its content does not validate. |
Redefinition of
Last updated: Wed, 28 Nov 2007