Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract:
Collaboration diagram for Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract:

Public Member Functions

 getNumber ()
 setNumber ($number)
 getMessage ()
 setMessage ($message)
 getOriginator ()
 setOriginator ($originator)
 getAccount ()
 setAccount ($account)
 getMessageLength ()
 getMessageCount ()
 getNumberCount ()
 getSmsType ()

Data Fields

 $number = null
 $message = null
 $originator = null
 $account = null

Protected Attributes

 $_smsType = 1
 $_smsLength = 153
 $_maxLength = 765
 $_maxNumbers = 10

Detailed Description

Definition at line 37 of file SendSmsAbstract.php.


Member Function Documentation

the account

Returns:
integer $account

Definition at line 202 of file SendSmsAbstract.php.

returns the current message

Returns:
string $message

Definition at line 153 of file SendSmsAbstract.php.

Here is the caller graph for this function:

returns the count of sms messages that would be send

Returns:
integer

Definition at line 244 of file SendSmsAbstract.php.

Here is the call graph for this function:

returns the calculated message length

Returns:
integer

Definition at line 224 of file SendSmsAbstract.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getNumber ( )

returns the assigned numbers

Returns:
string $number

Definition at line 125 of file SendSmsAbstract.php.

Here is the caller graph for this function:

returns the count of numbers in this sms

Returns:
integer

Definition at line 259 of file SendSmsAbstract.php.

Here is the call graph for this function:

Here is the caller graph for this function:

returns the originator

Returns:
the $originator

Definition at line 181 of file SendSmsAbstract.php.

returns the sms type currently we have 1 = Sms 2 = FlashSms

Returns:
integer

Definition at line 277 of file SendSmsAbstract.php.

Here is the caller graph for this function:

setAccount ( account)

sets a new accounts

Parameters:
$accountthe $account to set
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract

Definition at line 213 of file SendSmsAbstract.php.

setMessage ( message)

sets a new message

Parameters:
string$message
Exceptions:
Zend_Service_DeveloperGarden_Request_Exception
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract

Definition at line 166 of file SendSmsAbstract.php.

Here is the call graph for this function:

setNumber ( number)

set a new number(s)

Parameters:
string$number
Exceptions:
Zend_Service_DeveloperGarden_Request_Exception
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract

Definition at line 138 of file SendSmsAbstract.php.

Here is the call graph for this function:

setOriginator ( originator)

the originator name

Parameters:
string$originator
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract

Definition at line 192 of file SendSmsAbstract.php.


Field Documentation

$_maxLength = 765 [protected]

Definition at line 111 of file SendSmsAbstract.php.

$_maxNumbers = 10 [protected]

Definition at line 118 of file SendSmsAbstract.php.

$_smsLength = 153 [protected]

Definition at line 104 of file SendSmsAbstract.php.

$account = null

Definition at line 66 of file SendSmsAbstract.php.

$message = null

Definition at line 52 of file SendSmsAbstract.php.

$number = null

Definition at line 45 of file SendSmsAbstract.php.

$originator = null

Definition at line 59 of file SendSmsAbstract.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations