explodeParameterInArrayElements()
explodeParameterInArrayElements(array $elements)
Parameters
array | $elements |
Throws
- \qfq\UserFormException
explodeParameter(array $element)
Take all rows from field $element['parameter'] and merge them with $element. '$element' grows in size.
Iterates over all FormElements in $elements. If $element['parameter'] exist and is filled: explode the content and append them to the current array.
array | $element |