Webdav: ezcWebdavErrorResponse
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavErrorResponse
|
Base class for all response objects. [
source]
This base class must be extended by all response representation classes.
Parents
ezcWebdavResponse
|
--ezcWebdavErrorResponse
Inherited Constants
From
ezcWebdavResponse:
Properties
|
string |
read/write
|
$requestUri
Request URI the error occured for. |
Inherited Member Variables
From
ezcWebdavResponse:
Method Summary
|
public void |
__construct(
$status, [$requestUri = null], [$desc = null] )
Construct error response from status and requested URI. |
Inherited Methods
From
ezcWebdavResponse :
Methods
__construct
void __construct(
int
$status, [string
$requestUri = null], [string
$desc = null] )
Construct error response from status and requested URI.
Parameters
| Name |
Type |
Description |
$status |
int |
|
$requestUri |
string |
|
$desc |
string |
|
Redefinition of
Last updated: Mon, 12 Nov 2007