OXID eShop CE
4.10.2
|
Public Attributes | |
$sClassDo = "genExport_do" | |
$sClassMain = "genExport_main" | |
$sExportFileName = "genexport" | |
Public Attributes inherited from DynExportBase | |
$sClassDo = "" | |
$sClassMain = "" | |
$sExportPath = "export/" | |
$sExportFileType = "txt" | |
$sExportFileName = "dynexport" | |
$fpFile = null | |
$iExportPerTick = 30 |
Protected Attributes | |
$_sThisTemplate = "dynbase_do.tpl" | |
Protected Attributes inherited from DynExportBase | |
$_iExportPerTick = null | |
$_sFilePath = null | |
$_aExportResultset = array() | |
$_sThisTemplate = "dynexportbase.tpl" | |
$_aCatLvlCache = null | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
$_aSumType | |
$_sThisTemplate = null | |
$_iDefEdit = 0 | |
$_iEditLang = 0 | |
$_sShopTitle = " - " | |
$_sShopVersion = null | |
$_sServiceUrl = null | |
$_oEditShop = null | |
$_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
$_aViewData = array() | |
$_sClassLocation = null | |
$_sThisAction = null | |
$_oParent = null | |
$_blIsComponent = false | |
$_sThisTemplate = null | |
$_sViewId = null | |
$_sClass = null | |
$_sFnc = null | |
$_sTrustedShopId = null | |
$_sTSExcellenceId = null | |
$_sCharSet = null | |
$_sVersion = null | |
$_blDemoVersion = null | |
$_blDemoShop = null | |
$_iNewsStatus = null | |
$_sShopLogo = null | |
$_sCategoryId = null | |
$_oClickCat = null | |
$_blIsCallForCache = false | |
$_oViewConf = null |
Additional Inherited Members | |
Protected Member Functions inherited from DynExportBase | |
_unHtmlEntities ($sInput) | |
_getHeapTableName () | |
_generateTableCharSet ($sMysqlVersion) | |
_createHeapTable ($sHeapTable, $sTableCharset) | |
_getCatAdd ($aChosenCat) | |
_insertArticles ($sHeapTable, $sCatAdd) | |
_removeParentArticles ($sHeapTable) | |
_setSessionParams () | |
_loadRootCats () | |
_findDeepestCatPath ($oArticle) | |
_initArticle ($sHeapTable, $iCnt, &$blContinue) | |
_setCampaignDetailLink ($oArticle) | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
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.
|
protected |
Definition at line 35 of file genexport_do.php.
GenExport_Do::$sClassDo = "genExport_do" |
Definition at line 14 of file genexport_do.php.
GenExport_Do::$sClassMain = "genExport_main" |
Definition at line 21 of file genexport_do.php.
GenExport_Do::$sExportFileName = "genexport" |
Definition at line 28 of file genexport_do.php.