3 declare(strict_types=1);
28 protected \ilDBInterface
$db;
37 if (!$this->db->tableColumnExists(
'content_object',
'act_est_reading_time')) {
38 $this->db->addTableColumn(
'content_object',
'act_est_reading_time', array(
49 if (!$this->db->tableColumnExists(
'content_object',
'est_reading_time')) {
50 $this->db->addTableColumn(
'content_object',
'est_reading_time', array(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.