[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Net/SMS/ -> vodafoneitaly_smtp.php (sommaire)

(pas de description)

Poids: 146 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Net_SMS_vodafoneitaly_smtp:: (6 méthodes):
  _send()
  getInfo()
  getParams()
  getDefaultSendParams()
  getSendParams()
  getError()


Classe: Net_SMS_vodafoneitaly_smtp  - X-Ref

Net_SMS_vodafoneitaly_smtp Class implements the SMTP API for accessing the
Vodafone Italy SMS gateway. Use of this gateway requires an email account
with Vodafone Italy (www.190.it).

Copyright 2003-2006 Marko Djukic <marko@oblo.com>
Copyright 2003-2006 Matteo Zambelli <mmzambe@hotmail.com>

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/vodafoneitaly_smtp.php,v 1.11.10.8 2006/01/01 21:28:29 jan Exp $

_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.

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



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7