Skip to content
Snippets Groups Projects
Commit 406d1873 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Save.php: added some doc.

parent 5d817af7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment