isCsvImportable
in
CSV importtable interface
Tags
Table of Contents
- assignCsvRow() : bool
- Assign field from csv row to internal fields
- getFields() : array<string|int, mixed>
- Return list fo fields to be used to CSV import
Methods
assignCsvRow()
Assign field from csv row to internal fields
public
assignCsvRow(array<string|int, mixed> $csvRow) : bool
Parameters
- $csvRow : array<string|int, mixed>
Return values
bool —getFields()
Return list fo fields to be used to CSV import
public
getFields() : array<string|int, mixed>