Webdav: ezcWebdavOptionsResponse
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavOptionsResponse
|
Class used to answer OPTIONS responses on a resource by the webdav backend. [
source]
Parents
ezcWebdavResponse
|
--ezcWebdavOptionsResponse
Constants
Inherited Constants
From
ezcWebdavResponse:
Inherited Member Variables
From
ezcWebdavResponse:
Method Summary
|
public void |
__construct(
[$version = null], $resource )
Construct options response. |
|
public void |
validateHeaders(
)
Validates the headers set in this request. |
Inherited Methods
From
ezcWebdavResponse :
Methods
__construct
void __construct(
[
$version = null], mixed
$resource )
Construct options response.
Construct options response indicating supported version numbers.
Parameters
| Name |
Type |
Description |
$resource |
mixed |
|
$version |
|
|
Redefinition of
validateHeaders
void validateHeaders(
)
Validates the headers set in this request.
This method validates that all required headers are available and that all feasible headers for this request have valid values.
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, 12 Nov 2007