OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxSimpleVariantList Class Reference
+ Inheritance diagram for oxSimpleVariantList:
+ Collaboration diagram for oxSimpleVariantList:

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

Detailed Description

Simple variant list.

Definition at line 7 of file oxsimplevariantlist.php.

Member Function Documentation

oxSimpleVariantList::_assignElement (   $oListObject,
  $aDbFields 
)
protected

Sets parent for variant. This method is invoked for each element in oxList::assign() loop.

Parameters
oxSimleVariant$oListObjectSimple variant
array$aDbFieldsArray of available

Reimplemented from oxList.

Definition at line 38 of file oxsimplevariantlist.php.

oxSimpleVariantList::setParent (   $oParent)

Sets parent variant

Parameters
oxArticle$oParentParent article

Definition at line 27 of file oxsimplevariantlist.php.

Member Data Documentation

oxSimpleVariantList::$_oParent = null
protected

Parent article for list variants

Definition at line 13 of file oxsimplevariantlist.php.

oxSimpleVariantList::$_sObjectsInListName = 'oxsimplevariant'
protected

Definition at line 20 of file oxsimplevariantlist.php.


The documentation for this class was generated from the following file: