コード例 #1
0
ファイル: EbsApi.php プロジェクト: CVChrisWilson/Accelerators
 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();
 }
コード例 #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();
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->CI->load->library('Utility');
     $this->log = $this->CI->utility->getLogWrapper();
     $this->contact = $this->CI->utility->getLoginContact();
     $this->checkExtIntegrationConfigVerb();
 }
コード例 #4
0
ファイル: Sample.php プロジェクト: shugal/special-t-en
 function __construct()
 {
     parent::__construct();
 }