|
OXID eShop CE
4.8.11
|
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 () | |
| selectString ($sSql) | |
| 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 41 of file oxsimplevariantlist.php.
| oxSimpleVariantList::setParent | ( | $oParent | ) |
Sets parent variant
| oxArticle | $oParent | Parent article |
Definition at line 28 of file oxsimplevariantlist.php.
|
protected |
Parent article for list variants
Definition at line 12 of file oxsimplevariantlist.php.
|
protected |
Definition at line 19 of file oxsimplevariantlist.php.