diff --git a/extension/qfq/qfq/Save.php b/extension/qfq/qfq/Save.php index 434bd97fba7c82d4a5ebd4e5a22eb34f37cc7dce..3cfee989ecf586bbee43fb8e75c0032c571c6e6c 100644 --- a/extension/qfq/qfq/Save.php +++ b/extension/qfq/qfq/Save.php @@ -72,6 +72,8 @@ class Save { } /** + * Create empty FormElements based on templateGroups, for those who not already exist. + * * @param array $formValues * @return array */ @@ -88,6 +90,8 @@ class Save { } /** + * Build an array of all values which should be saved. Values must exist as a 'form value' as well as a regular 'table column'. + * * @param $recordId * @return int record id (in case of insert, it's different from $recordId) * @throws CodeException