top
| ||
$__errorCode | in file Response.php, variable Response::$__errorCode Error code for this response | |
$__errorMessage | in file Response.php, variable Response::$__errorMessage Error message for this response | |
$__status | in file Response.php, variable Response::$__status Current status of this response | |
top
| ||
top
| ||
Response | in file Response.php, method Response::Response() Creates a new Response, status defaulting to STATUS_SUCCCESS. | |
Response | in file Response.php, class Response $Id: Response.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $ | |
Response.php | procedural page Response.php | |
top
| ||
$STATUS_FAIL | in file Response.php, variable Response::$STATUS_FAIL Constant for defining this response as failed | |
$STATUS_SUCCESS | in file Response.php, variable Response::$STATUS_SUCCESS Constant for defining this response as successful | |
setErrorCode | in file Response.php, method Response::setErrorCode() When status = STATUS_FAIL, set an error-code. | |
setErrorMessage | in file Response.php, method Response::setErrorMessage() When status = STATUS_FAIL, set an error-message | |
setStatus | in file Response.php, method Response::setStatus() Sets status for this response, use STATUS_SUCCESS or STATUS_FAIL to set valid status. | |
top
| ||
toXML | in file Response.php, method Response::toXML() Serializes this Response into an XML string. |