Public Member Functions | |
__construct () | |
getDownloadUrl () | |
download () | |
run () | |
exportVouchers ($iStart) | |
write ($sLine) | |
Public Attributes | |
$sClassDo = "voucherserie_export" | |
$sExportFileType = "csv" | |
$iExportPerTick = 1000 | |
Protected Member Functions | |
_getExportFileName () | |
_getExportFilePath () | |
Protected Attributes | |
$_sThisTemplate = "voucherserie_export.tpl" |
General export class.
Definition at line 6 of file voucherserie_export.php.
VoucherSerie_Export.__construct | ( | ) |
Calls parent costructor and initializes $this->_sFilePath parameter
Reimplemented from DynExportBase.
Definition at line 40 of file voucherserie_export.php.
VoucherSerie_Export._getExportFileName | ( | ) | [protected] |
VoucherSerie_Export._getExportFilePath | ( | ) | [protected] |
VoucherSerie_Export.download | ( | ) |
Performs Voucherserie export to export file.
Definition at line 100 of file voucherserie_export.php.
VoucherSerie_Export.exportVouchers | ( | $ | iStart | ) |
Writes voucher number information to export file and returns number of written records info
int | $iStart start exporting from |
Definition at line 159 of file voucherserie_export.php.
VoucherSerie_Export.getDownloadUrl | ( | ) |
Returns export file download url
Definition at line 56 of file voucherserie_export.php.
VoucherSerie_Export.run | ( | ) |
Does Export
Reimplemented from DynExportBase.
Definition at line 120 of file voucherserie_export.php.
VoucherSerie_Export.write | ( | $ | sLine | ) |
writes one line into open export file
string | $sLine exported line |
Reimplemented from DynExportBase.
Definition at line 197 of file voucherserie_export.php.
VoucherSerie_Export.$_sThisTemplate = "voucherserie_export.tpl" [protected] |
Reimplemented from VoucherSerie_Main.
Definition at line 26 of file voucherserie_export.php.
VoucherSerie_Export.$iExportPerTick = 1000 |
Reimplemented from DynExportBase.
Definition at line 33 of file voucherserie_export.php.
VoucherSerie_Export.$sClassDo = "voucherserie_export" |
Reimplemented from VoucherSerie_Main.
Definition at line 13 of file voucherserie_export.php.
VoucherSerie_Export.$sExportFileType = "csv" |
Reimplemented from DynExportBase.
Definition at line 20 of file voucherserie_export.php.