Interface implemented by backends which support the PUT operation.
If a backend supports the PUT request method, it must implement this interface.
Source for this file: /Webdav/src/interfaces/backend/put.php
Version: | //autogentag// |
public ezcWebdavResponse |
put(
$request
)
Serves PUT requests. |
Serves PUT requests.
The method receives a ezcWebdavPutRequest objects containing all relevant information obout the clients request and will return an instance of ezcWebdavErrorResponse on error or ezcWebdavPutResponse on success.
Name | Type | Description |
---|---|---|
$request |
ezcWebdavPutRequest |