19declare(strict_types=1);
26 protected \ilLanguage
$lng;
34 $this->
lng = $DIC->language();
40 if ($this->manager->isGloballyActivated()) {
41 $cb = new \ilCheckboxInputGUI($this->
lng->txt(
"lm_est_reading_time"),
"est_reading_time");
42 $cb->setChecked($this->manager->isActivated($this->lm_id));
49 if ($this->manager->isGloballyActivated()) {
50 $this->manager->activate(
52 (
bool) $form->
getInput(
"est_reading_time")
ReadingTimeManager $manager
saveSettingFromForm(\ilPropertyFormGUI $form)
addSettingToForm(\ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...