Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->CI->load->library('CurlRequest');
     $this->CI->load->library('EbsRequestGenerator');
     $this->CI->load->library('Utility');
     $this->log = $this->CI->utility->getLogWrapper();
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->CI->load->library('Utility');
     $this->log = $this->CI->utility->getLogWrapper();
     $this->contact = $this->CI->utility->getLoginContact();
     $this->extServerType = $this->CI->model('custom/ExtIntegrationConfigVerb')->getExtServerType();
 }
 function __construct()
 {
     parent::__construct();
     $this->CI->load->library('Utility');
     $this->log = $this->CI->utility->getLogWrapper();
     $this->contact = $this->CI->utility->getLoginContact();
     $this->checkExtIntegrationConfigVerb();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
 }