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;
fetchIndentationsFromSubmitValues($values)
manipulateFormSubmitValues(array $submitValues)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
hasContentSubLevel($values)
hasIndentationsSubLevel($values)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
manipulateFormInputValues(array $inputValues)