Inheritance diagram for SMSProvider:

Definition at line 128 of file sms.inc.php.
| Public Member Functions | |
| __construct ($name) | |
| instantiate our class | |
| prepNumber ($number) | |
| prepare the number for sending | |
| send ($message, $from) | |
| send the sms message | |
| Static Public Member Functions | |
| formatNumber ($number) | |
| correctly format a 10 digit number | |
| Public Attributes | |
| $name | |
| the name of the provider. | |
| $number | |
| the 10 digit number | |
| 
 | 
| instantiate our class 
 
 Definition at line 145 of file sms.inc.php. | 
| 
 | 
| correctly format a 10 digit number 
 
 
 Definition at line 156 of file sms.inc.php. | 
| 
 | 
| prepare the number for sending 
 
 Definition at line 166 of file sms.inc.php. | 
| 
 | ||||||||||||
| send the sms message 
 
 Reimplemented in EmailSMSProvider. | 
| 
 | 
| the name of the provider. 
 Definition at line 133 of file sms.inc.php. | 
| 
 | 
| the 10 digit number 
 Definition at line 138 of file sms.inc.php. | 
 1.3.9.1
 1.3.9.1