Base | --SendRequest
Located in File: Program_Root/sdk/protocol/send/SendRequest.php
This class represents a Request to send an SMS which will be sent to the gateway.
Magnus Rosenquist, Zyneo
Class Variable Summary |
$__sms
The SMS object for this Request Default Value:
|
Inherited Class Variable Summary | |||||||||||||||||||||
Inherited From Class Base
|
Method Summary |
void constructor SendRequest ( $sms )
Creates a new Request to send an SMS message. |
string toXML ( )
Serializes this Request into an XML string. |
Inherited Method Summary |
Inherited From Class Base
|
Method Detail |
void SendRequest( Sms $sms)
Creates a new Request to send an SMS message.- Sms $sms:
Sms
[ Top ]
string toXML( )
Serializes this Request into an XML string.[ Top ]
Variable Detail |
[ Top ]