Webdav: ezcWebdavPropPatchRequest
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavPropPatchRequest
|
Request class generated by a PROPPATCH request. [
source]
This request represents the WebDAV PROPPATCH action.
An object of this class may contain any number of ezcWebdavProperty objects in both properties: $set and {$remove}. Both properties represent the corresponding XML elements used inside the <propertyupdate /> XML element of the request body.
Parents
ezcWebdavRequest
|
--ezcWebdavPropPatchRequest
Constants
Inherited Constants
From
ezcWebdavRequest:
Properties
Inherited Member Variables
From
ezcWebdavRequest:
Method Summary
|
public void |
__construct(
$requestUri )
Creates a new PROPPATCH request object. |
Inherited Methods
From
ezcWebdavRequest :
Methods
__construct
void __construct(
string
$requestUri )
Creates a new PROPPATCH request object.
Sets the defaults for the optional headers for this request. Expects the URI of the request to be encapsulated.
Parameters
| Name |
Type |
Description |
$requestUri |
string |
|
Redefinition of
Last updated: Mon, 12 Nov 2007