top
| ||
$__currentTag | in file Request.php, variable Request::$__currentTag Current tag processing when parsing XML | |
$__raw | in file Request.php, variable Request::$__raw Raw response data (XML) | |
$__request | in file Request.php, variable Request::$__request The request object | |
$__type | in file Request.php, variable Request::$__type Request type | |
top
| ||
attrNot | in file Request.php, method Request::attrNot() Manages attributes concerning Notifications | |
attrSMS | in file Request.php, method Request::attrSMS() Manages attributes concerning SMS | |
top
| ||
characterData | in file Request.php, method Request::characterData() Parses character data | |
charNotification | in file Request.php, method Request::charNotification() Parses character data for a Notification, for now it is empty. | |
charSMS | in file Request.php, method Request::charSMS() Parses character data for an SMS | |
top
| ||
endElement | in file Request.php, method Request::endElement() | |
top
| ||
getRawData | in file Request.php, method Request::getRawData() Returns the request in it's raw XML-form | |
getRequest | in file Request.php, method Request::getRequest() Returns the request as the object contained in the request, which can be an Sms or a Notification. To find out which use 'getRequestType'. | |
getRequestType | in file Request.php, method Request::getRequestType() Returns the type for this request, one of 'sms' and 'notification' | |
top
| ||
top
| ||
parse | in file Request.php, method Request::parse() Parses the incoming XML-request. | |
parseAttributes | in file Request.php, method Request::parseAttributes() Parses attributes for a tag. | |
top
| ||
Request | in file Request.php, method Request::Request() Creates a new Request object with the desired content ($input) and parses the XML. | |
Request | in file Request.php, class Request $Id: Request.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
Request.php | procedural page Request.php | |
top
| ||
startElement | in file Request.php, method Request::startElement() | |
top
| ||
$TYPE_NOT | in file Request.php, variable Request::$TYPE_NOT Constant for defining this request as a Notification | |
$TYPE_SMS | in file Request.php, variable Request::$TYPE_SMS Constant for defining this request as an SMS |