| title | CSVImport::setFields — Core Library |
|---|---|
| package | lib |
| packageTitle | Core Library |
| layout | default |
| className | CSVImport |
| type | method |
Specify an explicit column-to-field mapping.
uses('csv-import');
public function void CSVImport::setFields(array [in] $list)
| Name | Direction | Type | Description |
|---|---|---|---|
$list
| in | array | An indexed array of field names |