Webdav: ezcWebdavOptionsResponse
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavOptionsResponse
|
Class generated by the backend to respond to OPTIONS requests. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavResponse
|
--ezcWebdavOptionsResponse
Constants
Inherited Constants
From
ezcWebdavResponse:
Inherited Member Variables
From
ezcWebdavResponse:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$version = null] )
Creates a new response object. |
|
public void |
validateHeaders(
)
Validates the headers set in this response. |
Inherited Methods
From
ezcWebdavResponse :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[string
$version = null] )
Creates a new response object.
Creates a new response object, that indicates the given WebDAV $version to be supported by the server.
Parameters
| Name |
Type |
Description |
$version |
string |
|
Redefinition of
validateHeaders
void validateHeaders(
)
Validates the headers set in this response.
This method is called by
ezcWebdavServer after the response object has been created by an
ezcWebdavBackend. It validates all headers, specific to this response, for existance of required headers and validity of all headers used. 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: Mon, 30 Mar 2009