Base | --GatewaySender
Located in File: Program_Root/sdk/GatewaySender.php
Sample SMS sender class for sending SMS.
Magnus Rosenquist, Zyneo
Class Variable Summary |
Inherited Class Variable Summary | |||||||||||||||||||||
Inherited From Class Base
|
Method Summary |
void constructor GatewaySender ( )
|
void sendSimpleSMS ( $to, $message )
Sends a simple sms and checks the response from the gateway |
void sendSMS ( $sms )
Sends an SMS and checks the response from the gateway |
Inherited Method Summary |
Inherited From Class Base
|
Method Detail |
void GatewaySender( )
[ Top ]
void sendSimpleSMS( string $to, string $message)
Sends a simple sms and checks the response from the gateway- string $to: recipient mobilephonenumber
- string $message: message to send.
[ Top ]
void sendSMS( Sms $sms)
Sends an SMS and checks the response from the gateway- Sms $sms: Sms object
[ Top ]
Variable Detail |