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; }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); //$this->rootPassword = $rootPassword; }
function __construct($dbType = null) { parent::__construct(); $this->dbType = $dbType; }