|
dolibarr
x.y.z
|
Class to send SMS Usage: $smsfile = new CSMSFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to); $smsfile->socid=...; $smsfile->contact_id=...; $smsfile->member_id=...; $smsfile->fk_project=...; $smsfile->sendfile();. More...
Public Member Functions | |
| __construct ($to, $from, $msg, $deliveryreceipt=0, $deferred=0, $priority=3, $class=1) | |
| CSMSFile. More... | |
| sendfile () | |
| Send sms that was prepared by constructor. More... | |
| dump_sms () | |
| Write content of a SendSms request into a dump file (mode = all) Used for debugging. More... | |
| dump_sms_result ($result) | |
| Write content of a SendSms result into a dump file (mode = all) Used for debugging. More... | |
Class to send SMS Usage: $smsfile = new CSMSFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to); $smsfile->socid=...; $smsfile->contact_id=...; $smsfile->member_id=...; $smsfile->fk_project=...; $smsfile->sendfile();.
Definition at line 36 of file CSMSFile.class.php.
| CSMSFile::__construct | ( | $to, | |
| $from, | |||
| $msg, | |||
$deliveryreceipt = 0, |
|||
$deferred = 0, |
|||
$priority = 3, |
|||
$class = 1 |
|||
| ) |
| string | $to | Recipients SMS |
| string | $from | Sender SMS |
| string | $msg | Message |
| int | $deliveryreceipt | Not used |
| int | $deferred | Deferred or not |
| int | $priority | Priority |
| int | $class | Class |
Definition at line 69 of file CSMSFile.class.php.
| CSMSFile::dump_sms | ( | ) |
Write content of a SendSms request into a dump file (mode = all) Used for debugging.
Definition at line 216 of file CSMSFile.class.php.
| CSMSFile::dump_sms_result | ( | $result | ) |
Write content of a SendSms result into a dump file (mode = all) Used for debugging.
| int | $result | Result of sms sending |
Definition at line 248 of file CSMSFile.class.php.
| CSMSFile::sendfile | ( | ) |
Send sms that was prepared by constructor.
Definition at line 107 of file CSMSFile.class.php.