top
| ||
$__date | in file Notification.php, variable Notification::$__date | |
$__delivered | in file Sms.php, variable Sms::$__delivered Date reported by the SMSc when the SMS was delivered | |
$__from | in file Sms.php, variable Sms::$__from SMS from, originator of message | |
$__message | in file Sms.php, variable Sms::$__message SMS text | |
$__msgId | in file Notification.php, variable Notification::$__msgId | |
$__statusReporting | in file Sms.php, variable Sms::$__statusReporting If status reporting for this message is wanted, string ("true"/"false") | |
$__to | in file Sms.php, variable Sms::$__to SMS recipient | |
$__type | in file Notification.php, variable Notification::$__type | |
$__type_text | in file Notification.php, variable Notification::$__type_text | |
$__validTo | in file Sms.php, variable Sms::$__validTo Specifies the date when the SMSc should stop try to deliver the | |
top
| ||
getDelivered | in file Sms.php, method Sms::getDelivered() Returns the date the SMS was delivered to the gateway. | |
getFrom | in file Sms.php, method Sms::getFrom() Returns the originator for this SMS. | |
getMessage | in file Sms.php, method Sms::getMessage() Returns the message-text for this SMS. | |
getMessageId | in file Notification.php, method Notification::getMessageId() Returns the message-id for this notification. | |
getNotificationType | in file Notification.php, method Notification::getNotificationType() Returns the Notification type | |
getNotificationTypeText | in file Notification.php, method Notification::getNotificationTypeText() Returns the Notification type in clear-text | |
getProviderDate | in file Notification.php, method Notification::getProviderDate() Returns the date this provider received the notification. | |
getStatusReporting | in file Sms.php, method Sms::getStatusReporting() Returns 'true/false' if statusreporting is enabled for this SMS. | |
getTo | in file Sms.php, method Sms::getTo() Returns the recipient for this SMS | |
getValidTo | in file Sms.php, method Sms::getValidTo() Returns the valid-to date for this message | |
top
| ||
top
| ||
Notification | in file Notification.php, method Notification::Notification() | |
Notification | in file Notification.php, class Notification $Id: Notification.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
Notification.php | procedural page Notification.php | |
top
| ||
$STATUS_REPORT_NO | in file Sms.php, variable Sms::$STATUS_REPORT_NO | |
$STATUS_REPORT_YES | in file Sms.php, variable Sms::$STATUS_REPORT_YES | |
Sms.php | procedural page Sms.php | |
setDelivered | in file Sms.php, method Sms::setDelivered() Sets the date the SMS was delivered, only used by the gateway. | |
setFrom | in file Sms.php, method Sms::setFrom() Sets the originator mobilephonenumber. Note that the settings in the gateway may override the originator. | |
setMessage | in file Sms.php, method Sms::setMessage() Sets the text for this SMS. | |
setMessageId | in file Notification.php, method Notification::setMessageId() Sets the message id for this Notification. | |
setNotificationType | in file Notification.php, method Notification::setNotificationType() Sets the notification type for this Notification. | |
setProviderDate | in file Notification.php, method Notification::setProviderDate() Sets the provider date for this Notification. This is the date this notification was received from the Provider. | |
setStatusReporting | in file Sms.php, method Sms::setStatusReporting() Sets if Notifications should be returned for this SMS, defaults to 'false'. | |
setTo | in file Sms.php, method Sms::setTo() Sets the recipient mobilephonenumber. | |
setValidTo | in 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. | |
Sms | in file Sms.php, method Sms::Sms() Creates a new Sms object with a default to-address (recipient) and a message to be sent. | |
Sms | in file Sms.php, class Sms $Id: Sms.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
top
| ||
validateMessage | in file Sms.php, method Sms::validateMessage() | |
validateMobile | in file Sms.php, method Sms::validateMobile() |