modules/Import/Forms.php
Functions
getControl(
string $module, string $fieldname, string $vardef
=
null, string $value
=
''
)
:
stringReturns an input control for this fieldname given
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $module | string | |
| $fieldname | string | |
| $vardef | string | |
| $value | string |
| Type | Description |
|---|---|
| string | html for input element for this control |