__construct() 공개 메소드

constructor
public __construct ( string $configType )
$configType string what type of config are we a list of?
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\SystemsUnderTestLib\\SystemUnderTestConfig');
     $this->initDefaultConfig();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\DeviceLib\\DeviceConfig');
     $this->initDefaultConfig();
 }
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\TestEnvironmentsLib\\TestEnvironmentConfig');
     $this->initDefaultConfig();
 }