Definition at line 13 of file sms.inc.php.
Public Member Functions | |
__construct () | |
setup our SMS class. | |
setTo ($number, $provider) | |
setup our to number. | |
setFrom ($number, $provider) | |
setup our from number | |
send ($message, $from=null) | |
send the actual SMS message | |
getProvider ($number, $provider) | |
get the provider from the array of providers. | |
Public Attributes | |
$toNumber = null | |
the 10 digit number you are sending the text from. | |
$fromNumber = null | |
the 10 digit number you are sending the text to. | |
$providers | |
an array of SMSProviders |
|
setup our SMS class. Create providers array, etc. Definition at line 35 of file sms.inc.php. |
|
get the provider from the array of providers.
Definition at line 111 of file sms.inc.php. |
|
send the actual SMS message
Definition at line 84 of file sms.inc.php. References Config::get(). |
|
setup our from number
Definition at line 73 of file sms.inc.php. |
|
setup our to number.
Definition at line 62 of file sms.inc.php. |
|
the 10 digit number you are sending the text to.
Definition at line 23 of file sms.inc.php. |
|
an array of SMSProviders
Definition at line 28 of file sms.inc.php. |
|
the 10 digit number you are sending the text from.
Definition at line 18 of file sms.inc.php. |