Beispiel #1
0
 /**
  * Constructor
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct();
     $this->gateway = $this->config->item('gateway');
     if (empty($this->gateway['url'])) {
         $this->gateway['url'] = 'http://api.clickatell.com';
     }
 }
Beispiel #2
0
 /**
  * Constructor
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 /**
  * Constructor
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct();
     log_message('debug', "TMCZ> Direct Gateway TMobileCZ Class Initialized");
 }