Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
406d1873
Commit
406d1873
authored
Mar 26, 2017
by
Carsten Rose
Browse files
Save.php: added some doc.
parent
5d817af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Save.php
View file @
406d1873
...
@@ -72,6 +72,8 @@ class Save {
...
@@ -72,6 +72,8 @@ class Save {
}
}
/**
/**
* Create empty FormElements based on templateGroups, for those who not already exist.
*
* @param array $formValues
* @param array $formValues
* @return array
* @return array
*/
*/
...
@@ -88,6 +90,8 @@ class Save {
...
@@ -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
* @param $recordId
* @return int record id (in case of insert, it's different from $recordId)
* @return int record id (in case of insert, it's different from $recordId)
* @throws CodeException
* @throws CodeException
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment