Webdav: ezcWebdavMoveRequest
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavMoveRequest
|
Request class generated by a COPY request. [
source]
This request represents the WebDAV COPY action.
Required headers for this request are:
Optional headers for this request are:
Parents
ezcWebdavRequest
|
--ezcWebdavMoveRequest
Inherited Constants
From
ezcWebdavRequest:
Properties
Inherited Member Variables
From
ezcWebdavRequest:
Method Summary
|
public void |
__construct(
$requestUri, $destination )
Creates a new COPY request object. |
|
public void |
validateHeaders(
)
Validates the headers set in this request. |
Inherited Methods
From
ezcWebdavRequest :
Methods
__construct
void __construct(
string
$requestUri, string
$destination )
Creates a new COPY request object.
Sets the defaults for the optional headers for this request.
Parameters
| Name |
Type |
Description |
$requestUri |
string |
|
$destination |
string |
|
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: Wed, 28 Nov 2007