Пример #1
0
 function __construct($behaviour = null, $roleName = null, $localIp = null, $remoteIp = null, $dbType = null)
 {
     parent::__construct();
     $this->behaviour = $behaviour;
     $this->roleName = $roleName;
     $this->localIp = $localIp;
     $this->remoteIp = $remoteIp;
     $this->dbType = $dbType;
 }
 function __construct($snapshotId, $logFile, $logPos, $snapshotConfig, $dataBundleSize)
 {
     parent::__construct();
     /**
      * @deprecated
      */
     $this->snapshotId = $snapshotId;
     //$this->logFile = $logFile;
     //$this->logPos = $logPos;
     //$this->snapshotConfig = $snapshotConfig;
     //$this->dataBundleSize = $dataBundleSize;
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     //$this->rootPassword = $rootPassword;
 }
Пример #5
0
 function __construct($dbType = null)
 {
     parent::__construct();
     $this->dbType = $dbType;
 }