Zeta Components Manual :: Docs For Class ezcWebdavGetCollectionResponse
Webdav::ezcWebdavGetCollectionResponse
Class ezcWebdavGetCollectionResponse
Class generated by the backend to respond to GET requests on collection resources.
If a ezcWebdavBackend receives an instance of ezcWebdavGetRequest it might react with an instance of ezcWebdavGetResourceResponse for non-collection resources or ezcWebdavGetCollectionResponse for collection resources or by producing an error.
Source for this file: /Webdav/src/responses/get_collection.php
ezcWebdavInfrastructureBase | --ezcWebdavResponse | --ezcWebdavGetCollectionResponse
Version: | //autogentag// |
Inherited Constants
Inherited Member Variables
From ezcWebdavResponse | |
---|---|
public |
ezcWebdavResponse::$errorNames
|
protected |
ezcWebdavResponse::$headers
|
protected |
ezcWebdavResponse::$properties
|
From ezcWebdavInfrastructureBase | |
protected |
ezcWebdavInfrastructureBase::$pluginData
|
Method Summary
public void |
__construct(
$collection
)
Creates a new response object. |
Inherited Methods
From ezcWebdavResponse | |
---|---|
public void |
ezcWebdavResponse::__construct()
Construct error response from status. |
public mixed |
ezcWebdavResponse::getHeader()
Returns the contents of a specific header. |
public array(string=>string) |
ezcWebdavResponse::getHeaders()
Returns all headers. |
public void |
ezcWebdavResponse::setHeader()
Sets a header to a specified value. |
public void |
ezcWebdavResponse::validateHeaders()
Validates the headers set in this response. |
public string |
ezcWebdavResponse::__toString()
Return valid HTTP response string from error code. |
From ezcWebdavInfrastructureBase | |
public mixed |
ezcWebdavInfrastructureBase::getPluginData()
Retrieves plugin data from the storage. |
public bool |
ezcWebdavInfrastructureBase::hasPluginData()
Returns if plugin data is available in the storage. |
public void |
ezcWebdavInfrastructureBase::removePluginData()
Removes plugin data from the storage. |
public void |
ezcWebdavInfrastructureBase::setPluginData()
Sets plugin data in the storage. |
Methods
__construct
void
__construct(
ezcWebdavCollection
$collection
)
Creates a new response object.
Creates a new repsonse object for the given $collection resource.
Parameters:
Name | Type | Description |
---|---|---|
$collection |
ezcWebdavCollection |
Redefinition of:
Method | Description |
---|---|
ezcWebdavResponse::__construct() |
Construct error response from status. |
Documentation generated by phpDocumentor 1.4.3