4require_once
'Services/Form/interfaces/interface.ilFormValuesManipulator.php';
26 if( !is_array($values) || !isset($values[
'content']) )
36 if( !is_array($values) || !isset($values[
'indentation']) )
48 $actualValues = array();
50 foreach($values[
'content'] as $key => $value)
52 if( !isset($values[
'indentation'][$key]) )
54 $actualValues[$key] =
null;
58 $actualValues[$key] = $values[
'indentation'][$key];
63 $actualValues = $values;
An exception for terminatinating execution or to throw for unit testing.
hasContentSubLevel($values)
hasIndentationsSubLevel($values)
fetchIndentationsFromSubmitValues($values)
manipulateFormInputValues($inputValues)
manipulateFormSubmitValues($submitValues)