Common parts for import adapters
package | Webenq_Data_Import |
---|---|
author | Bart Huttinga |
UTF8Decode(\encoded $value) : \decoded
\encoded
string
\decoded
stringfactory(string $filename)
string
Name of the file
getCell() : string
The first parameter can be in the form of 'A1'. In that case the second paramter can be an integer indicating the working-sheet to use (defaults to 0). Alternatively the first and second parameter together can represent the cell, in the form 0, 0 (equals to A1). In that case the working-sheet integer is the third parameter.
string
The value of the requested cellgetData() : array
inherited_from | \Webenq_Import_Adapter_Interface::getData() |
---|
array
getFilename() : string
string
Filename_getCellFromArray(string $row, string $col, int $sheet) : string
string
string
int
string
The value of the requested cell_getCellFromMatrix(string $cell, int $sheet) : string
string
int
string
The value of the requested cell_translate(string $value) : string
string
Non-Dutch field label
string
Dutch field label$supportedFormats : array
For every entry in this array there must be an adapter class.