OXID eShop CE
4.9.5
|
Public Member Functions | |
__construct () | |
assign ($aRecord) | |
getSelectLists () | |
getArticleUser () | |
getPrice () | |
setPrice ($oPrice) | |
getFPrice () | |
setParent ($oParent) | |
getParent () | |
getLinkType () | |
inCategory ($sCatNid) | |
inPriceCategory ($sCatNid) | |
getBaseStdLink ($iLang, $blAddId=true, $blFull=true) | |
getStdLink ($iLang=null, $aParams=array()) | |
getBaseSeoLink ($iLang) | |
getLink ($iLang=null) | |
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) | |
delete ($sOXID=null) | |
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) | |
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 Member Functions | |
_getGroupPrice () | |
_applyCurrency (oxPrice $oPrice, $oCur=null) | |
_applyParentDiscounts ($oPrice) | |
_applyParentVat ($oPrice) | |
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) | |
Protected Member Functions inherited from oxBase | |
_removeElement2ShopRelations ($sOxId) | |
_isInList () | |
_getTableFields ($sTable, $blReturnSimple=false) | |
_initDataStructure ($blForceFullStructure=false) | |
_getFieldLongName ($sFieldName) | |
_setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT) | |
_getFieldDefaultValue ($sFieldName) | |
_getUpdateFieldValue ($sFieldName, $oField) | |
_isDisabledFieldCache () | |
_addSkippedSaveFieldsForMapping () | |
_disableLazyLoadingForCaching () |
Protected Attributes | |
$_blUseLazyLoading = true | |
$_oPrice = null | |
$_oParent = null | |
$_aStdUrls = array() | |
$_aBaseStdUrls = array() | |
$_aSeoUrls = array() | |
$_oUser = null | |
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 | |
Static Protected Attributes inherited from oxBase | |
static | $_blDisableFieldCaching = array() |
Lightweight variant handler. Implemnets only absolutely needed oxArticle methods.
Definition at line 7 of file oxsimplevariant.php.
oxSimpleVariant::__construct | ( | ) |
|
protected |
Applies currency factor
oxPrice | $oPrice | Price object |
object | $oCur | Currency object |
Definition at line 172 of file oxsimplevariant.php.
|
protected |
Applies discounts which should be applied in general case (for 0 amount)
oxprice | $oPrice | Price object |
Definition at line 186 of file oxsimplevariant.php.
|
protected |
apply parent article VAT to given price
oxPrice | $oPrice | price object |
Definition at line 198 of file oxsimplevariant.php.
|
protected |
get user Group A, B or C price, returns db price if user is not in groups
Definition at line 114 of file oxsimplevariant.php.
oxSimpleVariant::assign | ( | $aRecord | ) |
Assigns to oxarticle object some base parameters/values (such as detaillink, moredetaillink, etc).
string | $aRecord | Array representing current field values |
Reimplemented from oxBase.
Definition at line 76 of file oxsimplevariant.php.
oxSimpleVariant::getArticleUser | ( | ) |
oxSimpleVariant::getBaseSeoLink | ( | $iLang | ) |
Returns raw recommlist seo url
int | $iLang | language id |
Definition at line 352 of file oxsimplevariant.php.
oxSimpleVariant::getBaseStdLink | ( | $iLang, | |
$blAddId = true , |
|||
$blFull = true |
|||
) |
Returns base dynamic url: shopurl/index.php?cl=details
int | $iLang | language id |
bool | $blAddId | add current object id to url or not |
bool | $blFull | return full including domain name [optional] |
Implements oxIUrl.
Definition at line 308 of file oxsimplevariant.php.
oxSimpleVariant::getFPrice | ( | ) |
oxSimpleVariant::getLink | ( | $iLang = null | ) |
Gets article link
int | $iLang | required language id [optional] |
Implements oxIUrl.
Definition at line 364 of file oxsimplevariant.php.
oxSimpleVariant::getLinkType | ( | ) |
oxSimpleVariant::getParent | ( | ) |
oxSimpleVariant::getPrice | ( | ) |
Implementing (faking) performance friendly method from oxArticle
Definition at line 141 of file oxsimplevariant.php.
oxSimpleVariant::getSelectLists | ( | ) |
Implementing (fakeing) performance friendly method from oxArticle *oxbase
Definition at line 90 of file oxsimplevariant.php.
oxSimpleVariant::getStdLink | ( | $iLang = null , |
|
$aParams = array() |
|||
) |
Gets article link
int | $iLang | required language [optional] |
array | $aParams | additional params to use [optional] |
Implements oxIUrl.
Definition at line 328 of file oxsimplevariant.php.
oxSimpleVariant::inCategory | ( | $sCatNid | ) |
Checks if article is assigned to category
string | $sCatNid | category ID |
Definition at line 272 of file oxsimplevariant.php.
oxSimpleVariant::inPriceCategory | ( | $sCatNid | ) |
Checks if article is assigned to price category $sCatNID
string | $sCatNid | Price category ID |
Definition at line 289 of file oxsimplevariant.php.
oxSimpleVariant::setParent | ( | $oParent | ) |
Sets parent article
oxArticle | $oParent | Parent article |
Definition at line 235 of file oxsimplevariant.php.
oxSimpleVariant::setPrice | ( | $oPrice | ) |
Price setter
object | $oPrice | price object |
Definition at line 210 of file oxsimplevariant.php.
|
protected |
Definition at line 43 of file oxsimplevariant.php.
|
protected |
Definition at line 50 of file oxsimplevariant.php.
|
protected |
Definition at line 36 of file oxsimplevariant.php.
|
protected |
Definition at line 15 of file oxsimplevariant.php.
|
protected |
Definition at line 29 of file oxsimplevariant.php.
|
protected |
Definition at line 22 of file oxsimplevariant.php.
|
protected |
Definition at line 57 of file oxsimplevariant.php.