OXID eShop CE
4.9.5
|
Public Attributes | |
$sClassDo = "genExport_do" | |
$sClassMain = "genExport_main" | |
Public Attributes inherited from DynExportBase | |
$sClassDo = "" | |
$sClassMain = "" | |
$sExportPath = "export/" | |
$sExportFileType = "txt" | |
$sExportFileName = "dynexport" | |
$fpFile = null | |
$iExportPerTick = 30 |
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 |
Admin general export manager.
Definition at line 6 of file genexport_main.php.
GenExport_Main::render | ( | ) |
Creates shop object, passes shop data to Smarty engine and returns name of template file
Reimplemented from DynExportBase.
Definition at line 36 of file genexport_main.php.
|
protected |
Definition at line 28 of file genexport_main.php.
GenExport_Main::$sClassDo = "genExport_do" |
Definition at line 14 of file genexport_main.php.
GenExport_Main::$sClassMain = "genExport_main" |
Definition at line 21 of file genexport_main.php.