|
OXID eShop CE
4.9.6
|
Inheritance diagram for GenExport:
Collaboration diagram for GenExport: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 | |
Public Member Functions inherited from DynExportBase | |
| __construct () | |
| render () | |
| createMainExportView () | |
| start () | |
| stop ($iError=0) | |
| nextTick ($iCnt) | |
| write ($sLine) | |
| run () | |
| getExportPerTick () | |
| setExportPerTick ($iCount) | |
| removeSid ($sInput) | |
| shrink ($sInput, $iMaxSize, $blRemoveNewline=true) | |
| getCategoryString ($oArticle, $sSeparator="/") | |
| getDefaultCategoryString ($oArticle) | |
| prepareCSV ($sInput) | |
| prepareXML ($sInput) | |
| getDeepestCategoryPath ($oArticle) | |
| prepareExport () | |
| getOneArticle ($iCnt, &$blContinue) | |
| assureContent ($sInput, $sReplace=null) | |
| getViewId () | |
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) | |
Protected Attributes inherited from DynExportBase | |
| $_iExportPerTick = null | |
| $_sFilePath = null | |
| $_aExportResultset = array() | |
| $_sThisTemplate = "dynexportbase.tpl" | |
| $_aCatLvlCache = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin dyn General export manager.
Definition at line 6 of file genexport.php.
| GenExport::$sClassDo = 'genexport_do' |
Definition at line 14 of file genexport.php.
| GenExport::$sClassMain = 'genexport_main' |
Definition at line 21 of file genexport.php.