86 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
95 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
100 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
105 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
110 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
115 throw new ilFormException(
'setter unsupported, use setIdentifiedMultiValues() instead!');
156 return $multi_value_field_id;
179 $elem_post_var .=
"[$positionIndex]";
181 return $elem_post_var;
187 $elem_post_var .=
"[$identifier]";
188 return $elem_post_var;
193 $elem_submit_var =
"cmd[{$submit_cmd}][{$this->getFieldId()}]";
194 $elem_submit_var .=
"[$identifier][$position_index]";
196 return $elem_submit_var;
214 $this->identified_multi_values = $a_values[$this->
getPostVar()];
237 $values = $manipulator->manipulateFormInputValues($values);
247 $values = $manipulator->manipulateFormSubmitValues($values);
260 $this->formValuesManipulationChain[] = $manipulator;
270 $field_post_var =
"{$this->getPostVar()}[$subFieldIndex]";
271 return str_replace($this->
getPostVar(), $field_post_var, $elem_post_var);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface for multi values support.
__construct(Container $dic, ilPlugin $plugin)