19 declare(strict_types=1);
33 $DIC->language()->txt(
'trac_frm_contribution_num_postings'),
37 $num_postings->setMinValue(1);
38 $num_postings->setMaxValue(99999);
39 $num_postings->setSize(4);
40 $num_postings->setRequired(
true);
43 $num_postings->setValue((
string) $requiredNumberOfPostings);
53 $current_value = $frm_properties->getLpReqNumPostings();
55 if (is_numeric($form->
getInput(
'number_of_postings'))) {
56 $frm_properties->setLpReqNumPostings(
57 (
int) $form->
getInput(
'number_of_postings')
60 $frm_properties->setLpReqNumPostings(null);
62 $frm_properties->update();
64 if ($current_value !== $frm_properties->getLpReqNumPostings()) {
71 if (
true === $lp_active) {
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...
saveModeConfiguration(ilPropertyFormGUI $form, bool &$modeChanged)
static getInstance(int $a_obj_id=0)
const LP_MODE_CONTRIBUTION_TO_DISCUSSION
static getDefaultModes(bool $lp_active)
const LP_MODE_DEACTIVATED
appendModeConfiguration(int $mode, ilRadioOption $modeElement)