Webdav: ezcWebdavBackendChange
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcWebdavBackendChange
|
Interface implemented by backends which support request commonly known as change requests, which are: [
source]
Method Summary
Methods
copy
Required method to serve COPY requests.
The method receives a ezcWebdavCopyRequest objects containing all relevant information obout the clients request and should either return an error by returning an ezcWebdavErrorResponse object, or any other ezcWebdavResponse objects.
Parameters
delete
Required method to serve DELETE requests.
The method receives a ezcWebdavDeleteRequest objects containing all relevant information obout the clients request and should either return an error by returning an ezcWebdavErrorResponse object, or any other ezcWebdavResponse objects.
Parameters
move
Required method to serve MOVE requests.
The method receives a ezcWebdavMoveRequest objects containing all relevant information obout the clients request and should either return an error by returning an ezcWebdavErrorResponse object, or any other ezcWebdavResponse objects.
Parameters
Last updated: Mon, 12 Nov 2007