__construct() 공개 메소드

public __construct ( DBServer $dbServer, $port = 8010 )
$dbServer DBServer
예제 #1
0
파일: Postgresql.php 프로젝트: recipe/scalr
 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);
 }