top
| ||
$__currentTag | in file SendResponse.php, variable SendResponse::$__currentTag Current tag when processing the XML | |
$__errorCode | in file SendResponse.php, variable SendResponse::$__errorCode Error code for the Response | |
$__errorMsg | in file SendResponse.php, variable SendResponse::$__errorMsg Error message for the Response | |
$__messageId | in file SendResponse.php, variable SendResponse::$__messageId Message id for this Response | |
$__raw | in file SendResponse.php, variable SendResponse::$__raw Raw data representing the Response (XML) | |
$__sms | in file SendRequest.php, variable SendRequest::$__sms The SMS object for this Request | |
$__status | in file SendResponse.php, variable SendResponse::$__status Status of the Response | |
$__type | in file SendResponse.php, variable SendResponse::$__type Type of Response | |
top
| ||
characterData | in file SendResponse.php, method SendResponse::characterData() | |
top
| ||
endElement | in file SendResponse.php, method SendResponse::endElement() | |
top
| ||
getErrorCode | in file SendResponse.php, method SendResponse::getErrorCode() Returns the error-code for the message if unsuccessful send. | |
getErrorMessage | in file SendResponse.php, method SendResponse::getErrorMessage() Returns the error-message for the message if unsuccessful send. | |
getMessageId | in file SendResponse.php, method SendResponse::getMessageId() Returns the message-id for the message if successful send. | |
getResponseType | in file SendResponse.php, method SendResponse::getResponseType() Returns the response-type for the sent message | |
getStatus | in file SendResponse.php, method SendResponse::getStatus() Returns the status of the response which is one of STATUS_SUCCESS or STATUS_FAIL. | |
top
| ||
top
| ||
parse | in file SendResponse.php, method SendResponse::parse() Parses the response from the gateway. | |
parseAttributes | in file SendResponse.php, method SendResponse::parseAttributes() Parses the attributes for the current tag | |
top
| ||
$STATUS_FAIL | in file SendResponse.php, variable SendResponse::$STATUS_FAIL Constant for defining this Response as failed. | |
$STATUS_SUCCESS | in file SendResponse.php, variable SendResponse::$STATUS_SUCCESS Constant for defining this Response as successful | |
SendRequest.php | procedural page SendRequest.php | |
SendResponse.php | procedural page SendResponse.php | |
SendRequest | in file SendRequest.php, class SendRequest $Id: SendRequest.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
SendRequest | in file SendRequest.php, method SendRequest::SendRequest() Creates a new Request to send an SMS message. | |
SendResponse | in file SendResponse.php, method SendResponse::SendResponse() Creates a new SendResponse, if param $xml is provided the response is parsed. If $xml is omitted, an empty SendResponse is created. | |
SendResponse | in file SendResponse.php, class SendResponse $Id: SendResponse.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
setErrorCode | in file SendResponse.php, method SendResponse::setErrorCode() Sets the error-code for the message in case of failure. | |
setErrorMessage | in file SendResponse.php, method SendResponse::setErrorMessage() Sets the error-message for the message in case of failure. | |
setMessageId | in file SendResponse.php, method SendResponse::setMessageId() Sets the message-id for the message | |
setResponseType | in file SendResponse.php, method SendResponse::setResponseType() Sets the response type for the message | |
setStatus | in file SendResponse.php, method SendResponse::setStatus() Sets the status of the response | |
startElement | in file SendResponse.php, method SendResponse::startElement() | |
top
| ||
toXML | in file SendResponse.php, method SendResponse::toXML() Serializes the response into an XML string. | |
toXML | in file SendRequest.php, method SendRequest::toXML() Serializes this Request into an XML string. |