Element index for package sdk.protocol.receive

Indexes by package:
sdk.client
PHPSDK
sdk
sdk.server
adapter.socket
adapter.protocol.send
adapter.protocol.receive
adapter.protocol
base

Index of all elements
a c e g i p r s t _
  top
_
$__currentTagin file Request.php, variable Request::$__currentTag
    Current tag processing when parsing XML
$__rawin file Request.php, variable Request::$__raw
    Raw response data (XML)
$__requestin file Request.php, variable Request::$__request
    The request object
$__typein file Request.php, variable Request::$__type
    Request type
  top
a
attrNotin file Request.php, method Request::attrNot()
    Manages attributes concerning Notifications
attrSMSin file Request.php, method Request::attrSMS()
    Manages attributes concerning SMS
  top
c
characterDatain file Request.php, method Request::characterData()
    Parses character data
charNotificationin file Request.php, method Request::charNotification()
    Parses character data for a Notification, for now it is empty.
charSMSin file Request.php, method Request::charSMS()
    Parses character data for an SMS
  top
e
endElementin file Request.php, method Request::endElement()
  top
g
getRawDatain file Request.php, method Request::getRawData()
    Returns the request in it's raw XML-form
getRequestin 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'.
getRequestTypein file Request.php, method Request::getRequestType()
    Returns the type for this request, one of 'sms' and 'notification'
  top
i
  top
p
parsein file Request.php, method Request::parse()
    Parses the incoming XML-request.
parseAttributesin file Request.php, method Request::parseAttributes()
    Parses attributes for a tag.
  top
r
Requestin file Request.php, method Request::Request()
    Creates a new Request object with the desired content ($input) and parses the XML.
Requestin file Request.php, class Request
    $Id: Request.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
Request.phpprocedural page Request.php
  top
s
startElementin file Request.php, method Request::startElement()
  top
t
$TYPE_NOTin file Request.php, variable Request::$TYPE_NOT
    Constant for defining this request as a Notification
$TYPE_SMSin file Request.php, variable Request::$TYPE_SMS
    Constant for defining this request as an SMS