Path

ez components / documentation / api reference / 2007.2alpha1 / webdav


eZ Components 2007.2alpha1

Webdav: ezcWebdavBackendPut

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcWebdavBackendPut

Interface implemented by backends which support PUT. [source]

Method Summary

public ezcWebdavResponse put( $request )
Required method to serve PUT requests.

Methods

put

Required method to serve PUT requests.
The method receives a ezcWebdavPutRequest 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

Name Type Description
$request ezcWebdavPutRequest  

Last updated: Mon, 12 Nov 2007