Methods summary
protected
SMSApi\Api\Response\StatusResponse
|
|
public
SMSApi\Proxy\Uri
|
|
public
|
#
setTo( $to )
Set mobile phone number of the recipients.
Set mobile phone number of the recipients.
Parameters
Returns
$this
|
public
|
#
setGroup( string $group )
Set name of the group from the phone book to which message should be sent.
Set name of the group from the phone book to which message should be sent.
Parameters
Returns
$this
|
public
|
#
setDateSent( $date )
Set scheduled date sending message.
Set scheduled date sending message.
Setting a past date will result in sending message instantly.
Parameters
Returns
$this
|
public
|
#
setIDx( string|array $idx )
Set optional custom value sent with SMS and sent back in CALLBACK.
Set optional custom value sent with SMS and sent back in CALLBACK.
Parameters
Returns
$this
|
public
|
#
setCheckIDx( boolean $check )
Set checking idx is unique.
Set checking idx is unique.
Prevents from sending more than one message with the same idx.
When this parameter is set and message with the same idx was
already sent error 53 is returned.
Parameters
Returns
$this
|
public
|
#
setPartner( string $partner )
Set affiliate code.
Parameters
Returns
$this
|
public
|
#
setSubject( string $subject )
Set message subject.
Parameters
- $subject
- subject of message
Returns
$this
|
public
|
#
setSmil( string $smil )
Set MMS smill.
Parameters
Returns
$this
|