Documentation

isCsvImportable

CSV importtable interface

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.5

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>
Return values
array<string|int, mixed>

Search results