Inheritance diagram for oxSimpleVariantList:
 Collaboration diagram for oxSimpleVariantList:Public Member Functions | |
| setParent ($oParent) | |
Protected Member Functions | |
| _assignElement ($oListObject, $aDbFields) | |
Protected Attributes | |
| $_oParent = null | |
| $_sObjectsInListName = 'oxsimplevariant' | |
Simple variant list.
Definition at line 7 of file oxsimplevariantlist.php.
| oxSimpleVariantList._assignElement | ( | $ | oListObject, | |
| $ | aDbFields | |||
| ) |  [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.
oxSimpleVariantList.$_oParent = null [protected] | 
        
Parent article for list variants
Definition at line 13 of file oxsimplevariantlist.php.
oxSimpleVariantList.$_sObjectsInListName = 'oxsimplevariant' [protected] | 
        
Reimplemented from oxList.
Definition at line 20 of file oxsimplevariantlist.php.
 1.7.1