Exemple #1
1
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "09xxxxxxxx";
     $this->has_key = true;
     ini_set("soap.wsdl_cache_enabled", "0");
 }
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "91989xxxxxxx,91999xxxxxxx";
     // Enable api key
     $this->has_key = true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "Entre with country code like (27xxxxxxxxxx)";
     $this->help = "For configuration gateway, please enter your username and password and enter the port gateway in `API/Key` field.";
     $this->has_key = true;
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "09xxxxxxxx";
     if (!class_exists('nusoap_client')) {
         include_once dirname(__FILE__) . '/../nusoap.class.php';
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "440000000000,440000000001";
     // Enable api key
     $this->has_key = true;
     // includes library
     include 'includes/textplode/textplode.class.php';
 }
Exemple #6
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "09xxxxxxxx";
     if (!class_exists('nusoap_client')) {
         include_once dirname(__FILE__) . '/../nusoap.class.php';
     }
     $this->client = new nusoap_client($this->wsdl_link);
     $this->client->soap_defencoding = 'UTF-8';
     $this->client->decode_utf8 = true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "34XXXXXXXXX";
     $this->has_key = true;
 }
Exemple #8
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "09xxxxxxxx";
 }
Exemple #9
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "46731111111";
 }
Exemple #10
0
 public function __construct()
 {
     parent::__construct();
 }
Exemple #11
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "48500500500 or with country code";
 }
Exemple #12
0
 public function __construct()
 {
     parent::__construct();
     $this->validateNumber = "0049171999999999 or 0171999999999 or 49171999999999";
 }