[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 268 lignes (9 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Net_SMS_win_http:: (7 méthodes):
_send()
getInfo()
getParams()
getDefaultSendParams()
getSendParams()
getError()
_post()
Classe: Net_SMS_win_http - X-Ref
Net_SMS_win_http Class implements the HTTP API for accessing the WIN_send(&$message, $to) X-Ref |
This function does the actual sending of the message. param: array $message The array containing the message and its send param: string $to The destination string. return: array An array with the success status and additional |
getInfo() X-Ref |
Identifies this gateway driver and returns a brief description. return: array Array of driver info. |
getParams() X-Ref |
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; return: array Array of required parameters. |
getDefaultSendParams() X-Ref |
Returns the parameters that can be set as default for sending messages using this gateway driver and displayed when sending messages. return: array Array of parameters that can be set as default. |
getSendParams($params) X-Ref |
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. return: array Array of required parameters. |
getError($error, $error_text = '') X-Ref |
Returns a string representation of an error code. param: integer $error The error code to look up. param: string $text An existing error text to use to raise a return: mixed A textual message corresponding to the error code or a |
_post($xml) X-Ref |
Do the http call using a url passed to the function. param: string $xml The XML information passed to the gateway. return: mixed The response on success or PEAR Error on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |