DataSift\Storyplayer\ConfigLib\HardCodedList::__construct PHP Method

__construct() public method

constructor
public __construct ( string $configType )
$configType string what type of config are we a list of?
    public function __construct($configType)
    {
        $this->setConfigType($configType);
    }

Usage Example

 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\SystemsUnderTestLib\\SystemUnderTestConfig');
     $this->initDefaultConfig();
 }
All Usage Examples Of DataSift\Storyplayer\ConfigLib\HardCodedList::__construct