Path

ez components / documentation / api reference / 2007.2 / webdav


Webdav: ezcWebdavBackendMakeCollection

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

Interface: ezcWebdavBackendMakeCollection

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

Method Summary

public ezcWebdavResponse makeCollection( $request )
Serves MKCOL (make collection) requests.

Methods

makeCollection

Serves MKCOL (make collection) requests.
The method receives a ezcWebdavMakeCollectionRequest objects containing all relevant information obout the clients request and will return an instance of ezcWebdavErrorResponse on error or ezcWebdavMakeCollectionResponse on success.

Parameters

Name Type Description
$request ezcWebdavMakeCollectionRequest  

Last updated: Mon, 17 Dec 2007