Webdav: ezcWebdavMakeCollectionRequest
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavMakeCollectionRequest
|
Abstract representation of a MKCOL request. [
source]
An instance of this class represents the WebDAV MKCOL request.
Parents
ezcWebdavRequest
|
--ezcWebdavMakeCollectionRequest
Inherited Constants
From
ezcWebdavRequest:
Properties
|
string |
read/write
|
$body
The request body of a MKCOL request. |
Inherited Member Variables
From
ezcWebdavRequest:
Method Summary
|
public void |
__construct(
$requestUri, [$body = null] )
Creates a new MKCOL request object. |
Inherited Methods
From
ezcWebdavRequest :
Methods
__construct
void __construct(
string
$requestUri, [string
$body = null] )
Creates a new MKCOL request object.
The request contains of the $requestUri which indicates where a collection should be created and an optional request $body.
Parameters
| Name |
Type |
Description |
$requestUri |
string |
|
$body |
string |
|
Redefinition of
Last updated: Mon, 17 Dec 2007