Public Member Functions | Public Attributes | Protected Attributes

GenExport_Do Class Reference

Inheritance diagram for GenExport_Do:
Collaboration diagram for GenExport_Do:

List of all members.

Public Member Functions

 nextTick ($iCnt)
 write ($sLine)

Public Attributes

 $sClassDo = "genExport_do"
 $sClassMain = "genExport_main"
 $sExportFileName = "genexport"

Protected Attributes

 $_sThisTemplate = "dynbase_do.tpl"

Detailed Description

General export class.

Definition at line 6 of file genexport_do.php.


Member Function Documentation

GenExport_Do.nextTick ( iCnt  ) 

Does Export line by line on position iCnt

Parameters:
integer $iCnt export position
Returns:
bool

Reimplemented from DynExportBase.

Definition at line 42 of file genexport_do.php.

GenExport_Do.write ( sLine  ) 

writes one line into open export file

Parameters:
string $sLine exported line
Returns:
null

Reimplemented from DynExportBase.

Definition at line 68 of file genexport_do.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: