Exemplo n.º 1
0
 public function request()
 {
     parent::auth();
     $this->params->number = $this->vars['number'];
     $this->params->keyword = $this->vars['keyword'];
     parent::send();
 }
Exemplo n.º 2
0
 public function request()
 {
     parent::auth();
     $this->params->shortcode = $this->vars['shortcode'];
     $this->params->keyword = $this->vars['keyword'];
     parent::send();
 }
Exemplo n.º 3
0
 public function request()
 {
     parent::auth();
     $this->params->clientMessageReference = $this->vars['clientMessageReference'];
     parent::send();
     $this->log();
 }
Exemplo n.º 4
0
 public function request()
 {
     parent::auth();
     $this->params->clientBillingReference = $this->vars['clientBillingReference'];
     $this->params->clientMessageReference = $this->vars['clientMessageReference'];
     $this->params->rbid = $this->vars['rbid'];
     $this->params->body = $this->vars['body'];
     $this->params->validity = $this->vars['validity'];
     $this->params->characterSetID = $this->vars['characterSetID'];
     $this->params->clientMessageReference = $this->vars['clientMessageReference'];
     parent::send();
 }
Exemplo n.º 5
0
 public function request()
 {
     parent::auth();
     $this->params->clientBillingReference = $this->vars['clientBillingReference'];
     $this->params->originator = $this->vars['originator'];
     $this->params->destinations = $this->vars['destinations'];
     $this->params->body = $this->vars['body'];
     $this->params->validity = $this->vars['validity'];
     $this->params->replyMethodID = $this->vars['replyMethodID'];
     $this->params->replyData = $this->vars['replyData'];
     $this->params->StatusNotificationUrl = $this->vars['StatusNotificationUrl'];
     $this->params->characterSetID = $this->vars['characterSetID'];
     $this->params->clientMessageReference = $this->vars['clientMessageReference'];
     parent::send();
 }
Exemplo n.º 6
0
 public function request()
 {
     parent::auth();
     parent::send();
 }