Webdav: ezcWebdavPropPatchRequest
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavPropPatchRequest
|
Abstract representation of a PROPPATCH request. [
source]
An instance of this class represents the WebDAV PROPPATCH request.
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.
The $requestUri identifies the resources for which properties should be patched.
Parameters
| Name |
Type |
Description |
$requestUri |
string |
|
Redefinition of
Last updated: Mon, 30 Mar 2009