| Net_SMS |
| [ class tree: Net_SMS ] [ index: Net_SMS ] [ all elements ] |
|
Packages: Net_SMS Classes:
Net_SMS
Files:Net_SMS_clickatell_http Net_SMS_generic_smtp Net_SMS_sms2email_http Net_SMS_vodafoneitaly_smtp |
[ Top ] Method DetailaddContact [line 169]
Adds a contact to the gateway's addressbook.
Parameters:
[ Top ]
deleteContact [line 234]
Deletes a contact in the gateway's addressbook.
Parameters:
[ Top ]
getAddressBook [line 267]
Fetches the entire address book from the gateway.
[ Top ]
getDefaultSendParams [line 579]
Returns the parameters that can be set as default for sending messages using this gateway driver and displayed when sending messages.
Overrides Net_SMS::getDefaultSendParams() (Returns send parameters for a gateway from the driver subclass) [ Top ]
getError [line 653]
Returns a string representation of an error code.
Parameters:
[ Top ]
getInfo [line 532]
Identifies this gateway driver and returns a brief description.
[ Top ]
getList [line 488]
Fetches a specific distribution list from the gateway.
Parameters:
[ Top ]
getLists [line 440]
Fetches a listing of available distribution lists on the server.
[ Top ]
getParams [line 555]
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.
[ Top ]
getSendParams [line 611]
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.
Parameters:
[ Top ]
listCreate [line 315]
Creates a new distribution list on the gateway.
Parameters:
[ Top ]
listDelete [line 350]
Deletes a distribution list from the gateway.
Parameters:
[ Top ]
listRename [line 424]
Renames a distribution list on the gateway. Does nothing other than calling the listUpdate() function with just the $id and $name variables.
Parameters:
[ Top ]
listUpdate [line 385]
Updates a distribution list on the gateway.
Parameters:
[ Top ]
updateContact [line 203]
Updates a contact in the gateway's addressbook.
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 14:21:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |