OXID eShop CE
4.9.10
|
Public Attributes | |
$sClassDo = "voucherserie_generate" | |
$iGeneratePerTick = 100 | |
Public Attributes inherited from VoucherSerie_Main | |
$sClassDo = "voucherSerie_generate" | |
Public Attributes inherited from DynExportBase | |
$sClassDo = "" | |
$sClassMain = "" | |
$sExportPath = "export/" | |
$sExportFileType = "txt" | |
$sExportFileName = "dynexport" | |
$fpFile = null | |
$iExportPerTick = 30 |
Protected Attributes | |
$_sThisTemplate = "voucherserie_generate.tpl" | |
$_oVoucherSerie = null | |
$_iGenerated = false | |
Protected Attributes inherited from VoucherSerie_Main | |
$_oVoucherSerie = null | |
$_sThisTemplate = "voucherserie_main.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 VoucherSerie_Main | |
_getVoucherSerie () | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Voucher Serie generator class
Definition at line 7 of file voucherserie_generate.php.
VoucherSerie_Generate::generateVoucher | ( | $iCnt | ) |
Generates and saves vouchers. Returns number of saved records
int | $iCnt | voucher counter offset |
Definition at line 68 of file voucherserie_generate.php.
VoucherSerie_Generate::nextTick | ( | $iCnt | ) |
Generates vouchers by offset iCnt
integer | $iCnt | voucher offset |
Reimplemented from DynExportBase.
Definition at line 52 of file voucherserie_generate.php.
VoucherSerie_Generate::run | ( | ) |
Runs voucher generation
Reimplemented from DynExportBase.
Definition at line 96 of file voucherserie_generate.php.
|
protected |
Definition at line 43 of file voucherserie_generate.php.
|
protected |
Definition at line 36 of file voucherserie_generate.php.
|
protected |
Definition at line 29 of file voucherserie_generate.php.
VoucherSerie_Generate::$iGeneratePerTick = 100 |
Definition at line 22 of file voucherserie_generate.php.
VoucherSerie_Generate::$sClassDo = "voucherserie_generate" |
Definition at line 15 of file voucherserie_generate.php.