Public Member Functions | |
nextTick ($iCnt) | |
write ($sLine) | |
Public Attributes | |
$sClassDo = "genExport_do" | |
$sClassMain = "genExport_main" | |
$sExportFileName = "genexport" | |
Protected Attributes | |
$_sThisTemplate = "dynbase_do.tpl" |
General export class.
Definition at line 6 of file genexport_do.php.
GenExport_Do.nextTick | ( | $ | iCnt | ) |
Does Export line by line on position iCnt
integer | $iCnt export position |
Reimplemented from DynExportBase.
Definition at line 44 of file genexport_do.php.
GenExport_Do.write | ( | $ | sLine | ) |
writes one line into open export file
string | $sLine exported line |
Reimplemented from DynExportBase.
Definition at line 69 of file genexport_do.php.
GenExport_Do.$_sThisTemplate = "dynbase_do.tpl" [protected] |
Reimplemented from DynExportBase.
Definition at line 35 of file genexport_do.php.
GenExport_Do.$sClassDo = "genExport_do" |
Reimplemented from DynExportBase.
Definition at line 14 of file genexport_do.php.
GenExport_Do.$sClassMain = "genExport_main" |
Reimplemented from DynExportBase.
Definition at line 21 of file genexport_do.php.
GenExport_Do.$sExportFileName = "genexport" |
Reimplemented from DynExportBase.
Definition at line 28 of file genexport_do.php.