Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

integer
$_smsLength= '153'
the counter for increasing message count if more than this 160 chars we send a 2nd or counting sms message
153
Details
array
$_specialChars= 'array(
'|''
array of special chars that are used for counting message length
array(
'|'
Details
string
$number= 'null'
the number or numbers to receive this sms
null
Details
getMessageCount(
)
:
integer
returns the count of sms messages that would be send
Type | Description |
---|---|
integer |

getNumberCount(
)
:
integer
returns the count of numbers in this sms
Type | Description |
---|---|
integer |

getSmsType(
)
:
integer
returns the sms type currently we have 1 = Sms 2 = FlashSms
Type | Description |
---|---|
integer |

setAccount(
int $account
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
sets a new accounts
Name | Type | Description |
---|---|---|
$account | int | the $account to set |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract |

setMessage(
string $message
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
sets a new message
Name | Type | Description |
---|---|---|
$message | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract |
Exception | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_Exception |

setNumber(
string $number
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
set a new number(s)
Name | Type | Description |
---|---|---|
$number | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract |
Exception | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_Exception |

setOriginator(
string $originator
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
the originator name
Name | Type | Description |
---|---|---|
$originator | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract |