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_smpp Net_SMS_generic_smtp Net_SMS_sms2email_http Net_SMS_textmagic_http Net_SMS_vodafoneitaly_smtp Net_SMS_win_http
clickatell_http.php
Exception.php Factory.php generic_smpp.php generic_smtp.php SMS.php sms2email_http.php textmagic_http.php vodafoneitaly_smtp.php win_http.php |
[ Top ] $password =[line 32]
[ Top ] $request =[line 29]
[ Top ] $username =[line 31]
[ Top ] Method Detail__construct (Constructor) [line 34]
Overrides Net_SMS::__construct() (Constructor) Parameters:
[ Top ]
addContact [line 195]
Adds a contact to the gateway's addressbook.
Parameters:
[ Top ]
deleteContact [line 256]
Deletes a contact in the gateway's addressbook.
Parameters:
[ Top ]
getAddressBook [line 287]
Fetches the entire address book from the gateway.
[ Top ]
getDefaultSendParams [line 581]
Returns the parameters that can be set as default for sending messages using this gateway driver and displayed when sending messages.
[ Top ]
getError [line 651]
Returns a string representation of an error code.
Overrides Net_SMS::getError() (Returns a string representation of an error code.) Parameters:
[ Top ]
getInfo [line 538]
Identifies this gateway driver and returns a brief description.
[ Top ]
getList [line 496]
Fetches a specific distribution list from the gateway.
Parameters:
[ Top ]
getLists [line 450]
Fetches a listing of available distribution lists on the server.
[ Top ]
getParams [line 559]
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 ]
getPassword [line 713]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 ]
getUsername [line 709]listCreate [line 333]
Creates a new distribution list on the gateway.
Parameters:
[ Top ]
listDelete [line 366]
Deletes a distribution list from the gateway.
Parameters:
[ Top ]
listRename [line 436]
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 399]
Updates a distribution list on the gateway.
Parameters:
[ Top ]
setPassword [line 721]setRequest [line 42]
Parameters:
[ Top ]
setUsername [line 717]updateContact [line 227]
Updates a contact in the gateway's addressbook.
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 15:57:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |