OXID eShop CE
4.9.10
|
Public Member Functions | |
loadFinishedByCount ($iCount) | |
loadFinishedByTimespan ($iTimespan) | |
loadCurrent () | |
loadFutureByCount ($iCount) | |
loadFutureByTimespan ($iTimespan) | |
areAnyActivePromotions () | |
loadBanners () | |
Public Member Functions inherited from oxList | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $oBase) | |
offsetUnset ($offset) | |
arrayKeys () | |
rewind () | |
current () | |
key () | |
prev () | |
next () | |
valid () | |
count () | |
clear () | |
assign ($aArray) | |
reverse () | |
__construct ($sObjectName=null) | |
__get ($sName) | |
getArray () | |
init ($sObjectName, $sCoreTable=null) | |
getBaseObject () | |
setBaseObject ($oObject) | |
selectString ($sSql) | |
add ($oObject) | |
assignArray ($aData) | |
setSqlLimit ($iStart, $iRecords) | |
containsFieldValue ($oVal, $sFieldName) | |
getList () | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
__construct () | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Member Functions | |
_getUserGroupFilter ($oUser=null) | |
Protected Member Functions inherited from oxList | |
_assignElement ($oListObject, $aDbFields) | |
_getFieldLongName ($sFieldName) |
Protected Attributes | |
$_sObjectsInListName = 'oxactions' | |
Protected Attributes inherited from oxList | |
$_aArray = array() | |
$_blRemovedActive = false | |
$_sObjectsInListName = 'oxBase' | |
$_sCoreTable = null | |
$_sShopID = null | |
$_aSqlLimit = array() |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
static | $_oConfig = null |
static | $_oSession = null |
static | $_oRights = null |
static | $_oActUser = null |
static | $_blIsAdmin = null |
Promotion List manager.
Definition at line 7 of file oxactionlist.php.
|
protected |
Returns part of user group filter query
oxUser | $oUser | user object |
Definition at line 106 of file oxactionlist.php.
oxActionList::areAnyActivePromotions | ( | ) |
return true if there are any active promotions
Definition at line 136 of file oxactionlist.php.
oxActionList::loadBanners | ( | ) |
load active shop banner list
Definition at line 145 of file oxactionlist.php.
oxActionList::loadCurrent | ( | ) |
Loads current promotions
Definition at line 55 of file oxactionlist.php.
oxActionList::loadFinishedByCount | ( | $iCount | ) |
Loads x last finished promotions
int | $iCount | count to load |
Definition at line 22 of file oxactionlist.php.
oxActionList::loadFinishedByTimespan | ( | $iTimespan | ) |
Loads last finished promotions after given timespan
int | $iTimespan | timespan to load |
Definition at line 40 of file oxactionlist.php.
oxActionList::loadFutureByCount | ( | $iCount | ) |
Loads next not yet started promotions by cound
int | $iCount | count to load |
Definition at line 71 of file oxactionlist.php.
oxActionList::loadFutureByTimespan | ( | $iTimespan | ) |
Loads next not yet started promotions before the given timespan
int | $iTimespan | timespan to load |
Definition at line 87 of file oxactionlist.php.
|
protected |
Definition at line 15 of file oxactionlist.php.