public function init()
 {
     global $ilDB;
     $this->ds = new ilBibliographicDataSet();
     $this->ds->setDSPrefix('ds');
     $this->db = $ilDB;
 }
 public function init()
 {
     $this->ds = new ilBibliographicDataSet();
     $this->ds->setDSPrefix("ds");
     $this->ds->setImportDirectory($this->getImportDirectory());
 }