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

HelperFormElemente.php: phpdoc

parent ccf9d76f
No related branches found
No related tags found
No related merge requests found
......@@ -61,16 +61,20 @@ class HelperFormElement
}
/**
* Build the FE name: <field>:<record index)
*
* @param string $field
* @param string $id
* @return string
*/
public static function buildFormElementId($field, $id)
public static function buildFormElementName($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
......
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