Common parts for import adapters
| package | Webenq_Data_Import |
|---|---|
| author | Bart Huttinga |
UTF8Decode(\encoded $value) : \decoded
\encodedstring
\decodedstringfactory(string $filename)
stringName 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.
stringThe value of the requested cellgetData() : array
| inherited_from | \Webenq_Import_Adapter_Interface::getData() |
|---|
arraygetFilename() : string
stringFilename_getCellFromArray(string $row, string $col, int $sheet) : string
string
string
int
stringThe value of the requested cell_getCellFromMatrix(string $cell, int $sheet) : string
string
int
stringThe value of the requested cell_translate(string $value) : string
stringNon-Dutch field label
stringDutch field label$supportedFormats : array
For every entry in this array there must be an adapter class.