__construct() public method

public __construct ( DBServer $dbServer, $port = 8010 )
$dbServer DBServer
示例#1
0
 public function __construct(DBServer $dbServer, $port = 8010)
 {
     $this->namespace = "postgresql";
     parent::__construct($dbServer, $port);
 }
示例#2
0
文件: Sysinfo.php 项目: mheydt/scalr
 public function __construct(DBServer $dbServer, $port = 8010)
 {
     $this->namespace = "sysinfo";
     parent::__construct($dbServer, $port);
 }