/**
  * clear the tables
  */
 static function clearTables()
 {
     global $ilDB;
     // only this one clears parents tables (not service reader)
     parent::clearTables();
     $ilDB->manipulate("DELETE FROM module_class");
 }