Net_SMS_sms2email_http Class implements the HTTP API for accessing the sms2email (www.sms2email.com) SMS gateway.
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
$Horde: framework/Net_SMS/SMS/sms2email_http.php,v 1.23.10.15 2009/01/06 15:23:28 jan Exp $
Located in /Net_SMS/SMS/sms2email_http.php (line 25)
Net_SMS | --Net_SMS_sms2email_http
An array of capabilities, so that the driver can report which
operations it supports and which it doesn't. Possible values are:
auth - The gateway requires authentication before sending; batch - Batch sending is supported; multi - Sending of messages to multiple recipients is supported; receive - Whether this driver is capable of receiving SMS; credit - Is use of the gateway based on credits; addressbook - Are gateway addressbooks supported; lists - Gateway support for distribution lists.
Inherited from Net_SMS
Net_SMS::$_auth
Net_SMS::$_params
Adds a contact to the gateway's addressbook.
Deletes a contact in the gateway's addressbook.
Fetches the entire address book from the gateway.
Returns the parameters that can be set as default for sending messages using this gateway driver and displayed when sending messages.
Returns a string representation of an error code.
Identifies this gateway driver and returns a brief description.
Fetches a specific distribution list from the gateway.
Fetches a listing of available distribution lists on the server.
Returns the required parameters for this gateway driver. The settable
parameters for this gateway are:
- user - The username for authentication on the gateway; - password - The password for authentication on the gateway; - ssl - Whether or not to use SSL for communication with the gateway. - delivery_report - A URL for a script which would accept delivery report from the gateway.
Returns the parameters for sending messages using this gateway driver, displayed when sending messages. These are filtered out using the default values set up when creating the gateway.
Creates a new distribution list on the gateway.
Deletes a distribution list from the gateway.
Renames a distribution list on the gateway. Does nothing other than calling the listUpdate() function with just the $id and $name variables.
Updates a distribution list on the gateway.
Updates a contact in the gateway's addressbook.
Inherited From Net_SMS
Net_SMS::Net_SMS()
Net_SMS::authenticate()
Net_SMS::factory()
Net_SMS::getBalance()
Net_SMS::getDefaultSendParams()
Net_SMS::getDrivers()
Net_SMS::getGatewayInfo()
Net_SMS::getGatewayParams()
Net_SMS::hasCapability()
Net_SMS::send()
Net_SMS::singleton()
Documentation generated on Sun, 30 Jan 2011 05:21:36 +0000 by phpDocumentor 1.4.3