__construct() public method

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();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\DeviceLib\\DeviceConfig');
     $this->initDefaultConfig();
 }
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\TestEnvironmentsLib\\TestEnvironmentConfig');
     $this->initDefaultConfig();
 }