OXID eShop CE
4.9.6
|
Public Member Functions | |
__construct () | |
addArticle ($sOxId) | |
removeArticle ($sOxId) | |
delete ($sOxId=null) | |
getTimeLeft () | |
getTimeUntilStart () | |
start () | |
stop () | |
isRunning () | |
getBannerArticle () | |
getBannerPictureUrl () | |
Public Member Functions inherited from oxI18n | |
setLanguage ($iLang=null) | |
getLanguage () | |
setEnableMultilang ($blEmployMultilanguage) | |
isMultilingualField ($sFieldName) | |
isMultilang () | |
loadInLang ($iLanguage, $sOxid) | |
modifyCacheKey ($sCacheKey, $blOverride=false) | |
getAvailableInLangs () | |
getUpdateSqlFieldName ($sField) | |
Public Member Functions inherited from oxBase | |
getUseSkipSaveFields () | |
setUseSkipSaveFields ($blUseSkipSaveFields) | |
__set ($sName, $sValue) | |
__get ($sName) | |
__isset ($mVar) | |
__clone () | |
oxClone ($oObject) | |
getUpdateSeo () | |
setUpdateSeo ($blUpdateSeo) | |
init ($sTableName=null, $blForceAllFields=false) | |
assign ($dbRecord) | |
getClassName () | |
getCoreTableName () | |
getId () | |
setId ($sOXID=null) | |
setShopId ($iShopId) | |
getShopId () | |
getViewName ($blForceCoreTableUsage=null) | |
disableLazyLoading () | |
isDerived () | |
setIsDerived ($blVal) | |
load ($sOXID) | |
isLoaded () | |
buildSelectString ($aWhere=null) | |
assignRecord ($sSelect) | |
getFieldData ($sFieldName) | |
getSelectFields ($blForceCoreTableUsage=null) | |
save () | |
allowDerivedUpdate () | |
allowDerivedDelete () | |
exists ($sOXID=null) | |
getSqlActiveSnippet ($blForceCoreTable=null) | |
beforeUpdate ($sOXID=null) | |
onChange ($iAction=null, $sOXID=null) | |
setInList () | |
isOx () | |
isReadOnly () | |
setReadOnly ($blReadOnly) | |
getFieldNames () | |
addFieldName ($sName) | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Attributes | |
$_sClassName = "oxactions" | |
Protected Attributes inherited from oxI18n | |
$_sClassName = 'oxI18n' | |
$_iLanguage = null | |
$_blEmployMultilanguage = true | |
Protected Attributes inherited from oxBase | |
$_sOXID = null | |
$_iShopId = null | |
$_blIsSimplyClonable = true | |
$_sClassName = 'oxbase' | |
$_sCoreTable = null | |
$_sViewTable = null | |
$_aFieldNames = array('oxid' => 0) | |
$_sCacheKey = null | |
$_blUseLazyLoading = false | |
$_aSkipSaveFields = array('oxtimestamp') | |
$_blUseSkipSaveFields = true | |
$_sExistKey = 'oxid' | |
$_blIsDerived = null | |
$_blIsSeoObject = false | |
$_blUpdateSeo = true | |
$_blReadOnly = false | |
$_blIsInList = false | |
$_isLoaded = false | |
$_aInnerLazyCache = null | |
$_blEmployMultilanguage = false |
Additional Inherited Members | |
Protected Member Functions inherited from oxI18n | |
_getFieldStatus ($sFieldName) | |
_getNonCachedFieldNames ($blForceFullStructure=false) | |
_getFieldLang ($sFieldName) | |
_setUpdateSeoOnFieldChange ($sField) | |
_getUpdateFieldsForTable ($sTable, $blUseSkipSaveFields=true) | |
_getUpdateFields ($blUseSkipSaveFields=true) | |
_update () | |
_getLanguageSetTables ($sCoreTableName=null) | |
_insert () | |
_getObjectViewName ($sTable, $sShopID=null) | |
_getAllFields ($blReturnSimple=false) | |
_addField ($sName, $sStatus, $sType=null, $sLength=null) | |
_canFieldBeNull ($sFieldName) | |
Static Protected Attributes inherited from oxBase | |
static | $_blDisableFieldCaching = array() |
Article actions manager. Collects and keeps actions of chosen article.
Definition at line 7 of file oxactions.php.
oxActions::__construct | ( | ) |
Class constructor. Executes oxActions::init(), initiates parent constructor.
Reimplemented from oxI18n.
Definition at line 20 of file oxactions.php.
oxActions::addArticle | ( | $sOxId | ) |
Adds an article to this actions
string | $sOxId | id of the article to be added |
Definition at line 31 of file oxactions.php.
oxActions::delete | ( | $sOxId = null | ) |
Removes article action, returns true on success. For performance - you can not load action object - just pass action ID.
string | $sOxId | Object ID |
Reimplemented from oxI18n.
Definition at line 76 of file oxactions.php.
oxActions::getBannerArticle | ( | ) |
oxActions::getBannerPictureUrl | ( | ) |
Returns assigned banner article picture url
Definition at line 223 of file oxactions.php.
oxActions::getTimeLeft | ( | ) |
oxActions::getTimeUntilStart | ( | ) |
oxActions::isRunning | ( | ) |
oxActions::removeArticle | ( | $sOxId | ) |
Removes an article from this actions
string | $sOxId | id of the article to be removed |
Definition at line 55 of file oxactions.php.
oxActions::start | ( | ) |
start the promotion NOW!
Definition at line 123 of file oxactions.php.
oxActions::stop | ( | ) |
stop the promotion NOW!
Definition at line 140 of file oxactions.php.
|
protected |
Definition at line 15 of file oxactions.php.