Webdav: ezcWebdavErrorResponse
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavErrorResponse
|
Class generated by the backend to indicate an error [
source]
Parents
ezcWebdavResponse
|
--ezcWebdavErrorResponse
Inherited Constants
From
ezcWebdavResponse:
Properties
|
string|null |
read/write
|
$requestUri
Path refering to the resource that produced the error. |
|
string|null |
read/write
|
$responseDescription
Details about the error. |
Inherited Member Variables
From
ezcWebdavResponse:
Method Summary
|
public void |
__construct(
$status, [$requestUri = null], [$desc = null] )
Creates a new response object. |
Inherited Methods
From
ezcWebdavResponse :
Methods
__construct
void __construct(
int
$status, [string
$requestUri = null], [string
$desc = null] )
Creates a new response object.
Creates a new error response, with the given $status code, which refers to the resource identified by $requestUri. Further details about the error may be provided in $desc.
Parameters
| Name |
Type |
Description |
$status |
int |
|
$requestUri |
string |
|
$desc |
string |
|
Redefinition of
Last updated: Thu, 31 Jan 2008