Webdav: ezcWebdavLockPluginTransport
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavLockPluginTransport
|
Transport layer extension class of the lock plugin. [
source]
This class contains methods that extend the transport layer of the Webdav component, by providing methods that parse requests and process responses.
Method Summary
Methods
parseLockRequest
Parses the LOCK request and returns a request object.
This method is responsible for parsing the LOCK request. It retrieves the current request URI in $path and the request body as $body. The return value, if no exception is thrown, is a valid
ezcWebdavLockRequest object.
This method may be overwritten to adjust it to special client behaviour.
Parameters
| Name |
Type |
Description |
$path |
string |
|
$body |
string |
|
parseUnlockRequest
Parses the UNLOCK request and returns a request object.
This method is responsible for parsing the UNLOCK request. It retrieves the current request URI in $path and the request body as $body. The return value, if no exception is thrown, is a valid
ezcWebdavUnlockRequest object.
This method may be overwritten to adjust it to special client behaviour.
Parameters
| Name |
Type |
Description |
$path |
string |
|
$body |
string |
|
Last updated: Mon, 12 Nov 2007