예제 #1
0
파일: ErpApiProxy.php 프로젝트: gtyd/jira
 public function __construct($orgcode, $enableSlaves = false)
 {
     parent::__construct($orgcode, $enableSlaves);
 }
예제 #2
0
 public function __construct($syncParam, $orgcode, $enableSlaves = false)
 {
     parent::__construct($orgcode, $enableSlaves);
     $this->_syncParam = $syncParam;
 }