| category | OSS |
|---|---|
| package | OSS_Service |
| subpackage | Clickatell |
| copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
| license | New BSD License |
__construct(\$options $options)
Accepted associated array parameters: username, password, ssl, api_id
| retrun | void |
|---|
\$optionsarray An associated array of options (see above for accepted keys).
getApiId() : string
stringgetMessageStateDescription(string $state) : void
| see | \global\OSS_Service_Clickatell_Abstract::$MESSAGE_STATES |
|---|---|
| see | \global\OSS_Service_Clickatell_Http::queryMessage() |
stringThe state to query
getPassword() : string
stringgetSSL() : bool
boolgetSendErrors() : array
Returns an associated array of number => error_message where number is the destination SMS number and error is that as returned from the Clickatell API.
arraygetSendIds() : array
Returns an associated array of number => ID where number is the destination SMS number and ID is the send ID from the Clickatell API.
arraygetUsername() : string
stringsetApiId(\$api_id $api_id) : void
\$api_idthe API ID to set
setLogLevel(int $loglevel) : void
intThe log level
setLogger(\Zend_Logger $logger) : void
\Zend_LoggerThe Zend_Logger object
setPassword(\$password $password) : void
\$passwordthe password to set
setSSL(\$ssl $ssl) : void
\$sslPass boolean true to set SSL enabled
setUsername(\$username $username)
| retrn | void |
|---|
\$usernameThe username to set
getLogLevel() : int
intgetLogger() : \Zend_Logger
\Zend_Loggerlog(string $log) : void
stringLog message
$MESSAGE_STATES : array
@see OSS_Service_Clickatell_Http::getQueryMessage() )
$_api_id : string
$_logger : \Zend_Logger
$_loglevel : integer
$_password : string
$_send_errors : array
$_send_ids : array
$_ssl : bool
$_username : string