Add basic application in order to perform the tasks
This commit is contained in:
parent
46d993d168
commit
8d5109d7de
9 changed files with 295 additions and 5 deletions
|
@ -28,7 +28,7 @@ class BookExport
|
|||
{
|
||||
switch ($inExportType) {
|
||||
case self::eExportTypeCsv:
|
||||
$this->mExport = new CsvExport($inFileName);
|
||||
$this->mExport = new CsvExport($inFileName, $inCreate);
|
||||
break;
|
||||
default:
|
||||
$error = sprintf('Incorrect export type: %d', $inExportType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue