Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
19fdcb2a
Commit
19fdcb2a
authored
May 18, 2016
by
Carsten Rose
Browse files
HelperFormElemente.php: phpdoc
parent
ccf9d76f
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/helper/HelperFormElement.php
View file @
19fdcb2a
...
...
@@ -61,16 +61,20 @@ class HelperFormElement
}
/**
* Build the FE name: <field>:<record index)
*
* @param string $field
* @param string $id
* @return string
*/
public
static
function
buildFormElement
Id
(
$field
,
$id
)
public
static
function
buildFormElement
Name
(
$field
,
$id
)
{
return
(
$field
.
':'
.
$id
);
}
/**
* Checkboxen, belonging to one element, grouped together by name: <fe>_<field>_<index>
*
* @param string $field
* @param string $index
* @return string
...
...
Write
Preview
Supports
Markdown
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