36         if (!is_array($values) || !isset($values[
'content'])) {
    45         if (!is_array($values) || !isset($values[
'indentation'])) {
    55             $actualValues = array();
    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)
 
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)