Element index for package adapter.protocol

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

Index of all elements
g i n s v _
  top
_
$__datein file Notification.php, variable Notification::$__date
$__deliveredin file Sms.php, variable Sms::$__delivered
    Date reported by the SMSc when the SMS was delivered
$__fromin file Sms.php, variable Sms::$__from
    SMS from, originator of message
$__messagein file Sms.php, variable Sms::$__message
    SMS text
$__msgIdin file Notification.php, variable Notification::$__msgId
$__statusReportingin file Sms.php, variable Sms::$__statusReporting
    If status reporting for this message is wanted, string ("true"/"false")
$__toin file Sms.php, variable Sms::$__to
    SMS recipient
$__typein file Notification.php, variable Notification::$__type
$__type_textin file Notification.php, variable Notification::$__type_text
$__validToin file Sms.php, variable Sms::$__validTo
    Specifies the date when the SMSc should stop try to deliver the
  top
g
getDeliveredin file Sms.php, method Sms::getDelivered()
    Returns the date the SMS was delivered to the gateway.
getFromin file Sms.php, method Sms::getFrom()
    Returns the originator for this SMS.
getMessagein file Sms.php, method Sms::getMessage()
    Returns the message-text for this SMS.
getMessageIdin file Notification.php, method Notification::getMessageId()
    Returns the message-id for this notification.
getNotificationTypein file Notification.php, method Notification::getNotificationType()
    Returns the Notification type
getNotificationTypeTextin file Notification.php, method Notification::getNotificationTypeText()
    Returns the Notification type in clear-text
getProviderDatein file Notification.php, method Notification::getProviderDate()
    Returns the date this provider received the notification.
getStatusReportingin file Sms.php, method Sms::getStatusReporting()
    Returns 'true/false' if statusreporting is enabled for this SMS.
getToin file Sms.php, method Sms::getTo()
    Returns the recipient for this SMS
getValidToin file Sms.php, method Sms::getValidTo()
    Returns the valid-to date for this message
  top
i
  top
n
Notificationin file Notification.php, method Notification::Notification()
Notificationin file Notification.php, class Notification
    $Id: Notification.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
Notification.phpprocedural page Notification.php
  top
s
$STATUS_REPORT_NOin file Sms.php, variable Sms::$STATUS_REPORT_NO
$STATUS_REPORT_YESin file Sms.php, variable Sms::$STATUS_REPORT_YES
Sms.phpprocedural page Sms.php
setDeliveredin file Sms.php, method Sms::setDelivered()
    Sets the date the SMS was delivered, only used by the gateway.
setFromin file Sms.php, method Sms::setFrom()
    Sets the originator mobilephonenumber. Note that the settings in the gateway may override the originator.
setMessagein file Sms.php, method Sms::setMessage()
    Sets the text for this SMS.
setMessageIdin file Notification.php, method Notification::setMessageId()
    Sets the message id for this Notification.
setNotificationTypein file Notification.php, method Notification::setNotificationType()
    Sets the notification type for this Notification.
setProviderDatein file Notification.php, method Notification::setProviderDate()
    Sets the provider date for this Notification. This is the date this notification was received from the Provider.
setStatusReportingin file Sms.php, method Sms::setStatusReporting()
    Sets if Notifications should be returned for this SMS, defaults to 'false'.
setToin file Sms.php, method Sms::setTo()
    Sets the recipient mobilephonenumber.
setValidToin file Sms.php, method Sms::setValidTo()
    If the recipient is unreachable, the validTo date specifies how long the SMSc should continue trying to deliver the SMS.
Smsin file Sms.php, method Sms::Sms()
    Creates a new Sms object with a default to-address (recipient) and a message to be sent.
Smsin file Sms.php, class Sms
    $Id: Sms.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
  top
v
validateMessagein file Sms.php, method Sms::validateMessage()
validateMobilein file Sms.php, method Sms::validateMobile()