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 42 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 67 of file genexport_do.php.
GenExport_Do.$_sThisTemplate = "dynbase_do.tpl" [protected] |
Reimplemented from DynExportBase.
Definition at line 33 of file genexport_do.php.
GenExport_Do.$sClassDo = "genExport_do" |
Reimplemented from DynExportBase.
Definition at line 13 of file genexport_do.php.
GenExport_Do.$sClassMain = "genExport_main" |
Reimplemented from DynExportBase.
Definition at line 20 of file genexport_do.php.
GenExport_Do.$sExportFileName = "genexport" |
Reimplemented from DynExportBase.
Definition at line 27 of file genexport_do.php.