OXID eShop CE
4.9.10
|
Public Member Functions | |
setParent ($oParent) | |
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 | |
_assignElement ($oListObject, $aDbFields) | |
Protected Member Functions inherited from oxList | |
_getFieldLongName ($sFieldName) |
Protected Attributes | |
$_oParent = null | |
$_sObjectsInListName = 'oxsimplevariant' | |
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 |
Simple variant list.
Definition at line 7 of file oxsimplevariantlist.php.
|
protected |
Sets parent for variant. This method is invoked for each element in oxList::assign() loop.
oxSimleVariant | $oListObject | Simple variant |
array | $aDbFields | Array of available |
Reimplemented from oxList.
Definition at line 38 of file oxsimplevariantlist.php.
oxSimpleVariantList::setParent | ( | $oParent | ) |
Sets parent variant
oxArticle | $oParent | Parent article |
Definition at line 27 of file oxsimplevariantlist.php.
|
protected |
Parent article for list variants
Definition at line 13 of file oxsimplevariantlist.php.
|
protected |
Definition at line 20 of file oxsimplevariantlist.php.