function __construct()
 {
     parent::__construct();
     $this->load->library('Utility');
     $this->log = $this->utility->getLogWrapper();
     $this->contact = $this->utility->getLoginContact();
     $this->extServerType = $this->model('custom/ExtIntegrationConfigVerb')->getExtServerType();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }