Go to the source code of this file.
Functions | |
if($outfile) | printCsv ($report, $outfile) |
printText ($report, $outfile) | |
Variables | |
$usage = new ApiUsage() | |
$filename | |
$outfile | |
$dry = $usage->addEmptyParameter("dry-run", "Analyse file only - no import is proceed") | |
$import = new \Dcp\Core\ImportAccounts() | |
$ext = substr($outfile, strrpos($outfile, '.') + 1) | |
if ($outfile) printCsv | ( | $report, | |
$outfile | |||
) |
Definition at line 60 of file importAccounts.php.
printText | ( | $report, | |
$outfile | |||
) |
Definition at line 85 of file importAccounts.php.
$dry = $usage->addEmptyParameter("dry-run", "Analyse file only - no import is proceed") |
Definition at line 30 of file importAccounts.php.
$ext = substr($outfile, strrpos($outfile, '.') + 1) |
Definition at line 39 of file importAccounts.php.
$filename |
Definition at line 10 of file importAccounts.php.
$import = new \Dcp\Core\ImportAccounts() |
Definition at line 34 of file importAccounts.php.
$outfile |
Definition at line 20 of file importAccounts.php.
Definition at line 8 of file importAccounts.php.