__construct() public méthode

constructor
public __construct ( $configType, $searchFolders )
Exemple #1
0
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\DeviceLib\\DeviceConfig', ["storyplayer/devices", ".storyplayer/devices"]);
 }
 public function __construct()
 {
     parent::__construct('DataSift\\Storyplayer\\SystemsUnderTestLib\\SystemUnderTestConfig', ["storyplayer/systems-under-test", ".storyplayer/systems-under-test"]);
 }