Net_SMS |
![]() |
[ class tree: Net_SMS ] [ index: Net_SMS ] [ all elements ] |
![]() |
Packages: Net_SMS Classes: Files: |
[ 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 266]
Fetches the entire address book from the gateway.
[ Top ]
getDefaultSendParams [line 577]
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 getDefaultSendParams()function. These are parameters which are available to the user during sending, such as setting a time for delivery, or type of SMS (normal text or flash), or source address, etc.) [ Top ]
getError [line 650]
Returns a string representation of an error code.
Parameters:
[ Top ]
getInfo [line 531]
Identifies this gateway driver and returns a brief description.
[ Top ]
getList [line 487]
Fetches a specific distribution list from the gateway.
Parameters:
[ Top ]
getLists [line 439]
Fetches a listing of available distribution lists on the server.
[ Top ]
getParams [line 553]
Returns the required parameters for this gateway driver. The settable parameters for this gateway are:
[ Top ]
getSendParams [line 609]
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 314]
Creates a new distribution list on the gateway.
Parameters:
[ Top ]
listDelete [line 349]
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 386]
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 10:17:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |