4 require_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;
fetchIndentationsFromSubmitValues($values)
manipulateFormSubmitValues($submitValues)
manipulateFormInputValues($inputValues)
Create styles array
The data for the language used.
hasContentSubLevel($values)
hasIndentationsSubLevel($values)