3 declare(strict_types=1);
    28     protected \ilDBInterface 
$db;
    37         $this->db->manipulateF(
'DELETE FROM desktop_item WHERE item_id = %s', [
'integer'], [1]);
    38         $this->db->manipulateF(
'DELETE FROM rep_rec_content_role WHERE ref_id = %s', [
'integer'], [1]);
    43         $this->db->manipulateF(
'DELETE FROM il_new_item_grp WHERE type = %s', [
'integer'], [2]);
    44         $this->db->dropTableColumn(
'il_new_item_grp', 
'type');
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
prepare(\ilDBInterface $db)
Prepare the execution of the steps. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...