19 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(
64 "u_mode" => [
"integer", 0]
67 "obj_type" => [
"text",
"lm"],
68 "u_mode" => [
"integer", 3],
74 "u_mode" => [
"integer", 0]
77 "obj_type" => [
"text",
"lm"],
78 "u_mode" => [
"integer", 16],
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.