OXID eShop CE
4.9.10
|
Public Attributes | |
$sClassDo = "voucherSerie_generate" | |
Public Attributes inherited from DynExportBase | |
$sClassDo = "" | |
$sClassMain = "" | |
$sExportPath = "export/" | |
$sExportFileType = "txt" | |
$sExportFileName = "dynexport" | |
$fpFile = null | |
$iExportPerTick = 30 |
Protected Member Functions | |
_getVoucherSerie () | |
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 Member Functions inherited from oxAdminDetails | |
_getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
_getEditValue ($oObject, $sField) | |
_processEditValue ($sValue) | |
_getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
_generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
_createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
_getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
_setupNavigation ($sNode) | |
_resetCounts ($aIds) | |
Protected Member Functions inherited from oxAdminView | |
_getEditShop ($sShopId) | |
_getServiceProtocol () | |
_getShopVersionNr () | |
_addNavigationHistory ($sNode) | |
_getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
_resetContentCache () | |
_allowAdminEdit ($sUserId) | |
_getCountryByCode ($sCountryCode) | |
_authorize () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin article main voucherserie manager. There is possibility to change voucherserie name, description, valid terms and etc. Admin Menu: Shop Settings -> Vouchers -> Main.
Definition at line 9 of file voucherserie_main.php.
|
protected |
Returns voucher serie object
Definition at line 114 of file voucherserie_main.php.
VoucherSerie_Main::getStatus | ( | ) |
Returns voucher status information array
Definition at line 94 of file voucherserie_main.php.
VoucherSerie_Main::getViewId | ( | ) |
Current view ID getter helps to identify navigation position fix for 0003701, passing dynexportbase::getViewId
Reimplemented from DynExportBase.
Definition at line 151 of file voucherserie_main.php.
VoucherSerie_Main::prepareExport | ( | ) |
Overriding parent function, doing nothing..
Reimplemented from DynExportBase.
Definition at line 104 of file voucherserie_main.php.
VoucherSerie_Main::render | ( | ) |
Executes parent method parent::render(), creates oxvoucherserie object, passes data to Smarty engine and returns name of template file "voucherserie_list.tpl".
Reimplemented from DynExportBase.
Definition at line 40 of file voucherserie_main.php.
VoucherSerie_Main::save | ( | ) |
Saves main Voucherserie parameters changes.
Reimplemented from oxAdminView.
Definition at line 61 of file voucherserie_main.php.
VoucherSerie_Main::start | ( | ) |
Prepares Export
Reimplemented from DynExportBase.
Definition at line 130 of file voucherserie_main.php.
|
protected |
Definition at line 24 of file voucherserie_main.php.
|
protected |
Definition at line 31 of file voucherserie_main.php.
VoucherSerie_Main::$sClassDo = "voucherSerie_generate" |
Definition at line 17 of file voucherserie_main.php.