Exemple #1
0
 public final function __construct($id, $path)
 {
     parent::__construct($id, $path);
 }
Exemple #2
0
 public function __construct(string $dirPath, JsonObject $config)
 {
     parent::__construct($this, $dirPath, $config);
 }