Path

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


eZ Components 2007.2alpha1

Webdav: ezcWebdavBackendMakeCollection

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

Interface: ezcWebdavBackendMakeCollection

Interface implemented by backends which support the creation of collections. [source]

Method Summary

public ezcWebdavResponse makeCollection( $request )
Required method to serve MKCOL (make collection) requests.

Methods

makeCollection

Required method to serve MKCOL (make collection) requests.
The method receives a ezcWebdavMakeCollectionRequest 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 ezcWebdavMakeCollectionRequest  

Last updated: Mon, 12 Nov 2007