36 if (!is_array($values) || !isset($values[
'content'])) {
45 if (!is_array($values) || !isset($values[
'indentation'])) {
57 foreach ($values[
'content'] as $key => $value) {
58 if (!isset($values[
'indentation'][$key])) {
59 $actualValues[$key] =
null;
63 $actualValues[$key] = $values[
'indentation'][$key];
66 $actualValues = $values;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
hasContentSubLevel($values)
hasIndentationsSubLevel($values)
fetchIndentationsFromSubmitValues($values)
manipulateFormInputValues(array $inputValues)
manipulateFormSubmitValues(array $submitValues)