__construct() public method

public __construct ( DBServer $dbServer, $port = 8010 )
$dbServer DBServer
Esempio n. 1
0
 public function __construct(DBServer $dbServer, $port = 8010)
 {
     $this->namespace = "postgresql";
     parent::__construct($dbServer, $port);
 }
Esempio n. 2
0
 public function __construct(DBServer $dbServer, $port = 8010)
 {
     $this->namespace = "sysinfo";
     parent::__construct($dbServer, $port);
 }