PHPDoc
This commit is contained in:
parent
16c1e2f0e1
commit
e9d980663c
|
@ -831,7 +831,7 @@ abstract class baseModule {
|
|||
* @param String $name ID
|
||||
* @param String $label label name
|
||||
* @param String $attrName attribute name (default: =$name)
|
||||
* @param String $delimiter delimiter if multiple attribute values exist
|
||||
* @param String $delimiter delimiter if multiple attribute values exist (default: ", ")
|
||||
*/
|
||||
protected function addSimplePDFField(&$result, $name, $label, $attrName = null, $delimiter = ', ') {
|
||||
if ($attrName == null) {
|
||||
|
|
Loading…
Reference in New Issue