Path

ez components / documentation / api reference / 2009.2.1 / webdav


eZ Components 2009.2.1

Webdav: ezcWebdavBackendPut

[ Tutorial ] [ Clients ] [ Plugin architecture ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcWebdavBackendPut

Interface implemented by backends which support the PUT operation. [source]
If a backend supports the PUT request method, it must implement this interface.

Method Summary

public ezcWebdavResponse put( $request )
Serves PUT requests.

Methods

put

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.

Parameters

Name Type Description
$request ezcWebdavPutRequest  

Last updated: Tue, 23 Mar 2010