Inheritance diagram for oxAttributeList:
 Collaboration diagram for oxAttributeList:Public Member Functions | |
| __construct ($sObjectsInListName= 'oxattribute') | |
| loadAttributesByIds ($aIds) | |
| loadAttributes ($sArtId) | |
Protected Member Functions | |
| _createAttributeListFromSql ($sSelect) | |
Attribute list manager.
Definition at line 6 of file oxattributelist.php.
| oxAttributeList.__construct | ( | $ |  sObjectsInListName = 'oxattribute' | 
          ) | 
Class constructor
| string | $sObjectsInListName Associated list item object type | 
Reimplemented from oxList.
Definition at line 15 of file oxattributelist.php.
| oxAttributeList._createAttributeListFromSql | ( | $ | sSelect | ) |  [protected] | 
        
Fills array with keys and products with value
| string | $sSelect SQL select | 
Definition at line 55 of file oxattributelist.php.
| oxAttributeList.loadAttributes | ( | $ | sArtId | ) | 
Load attributes by article Id
| string | $sArtId article ids | 
Definition at line 83 of file oxattributelist.php.
| oxAttributeList.loadAttributesByIds | ( | $ | aIds | ) | 
Load all attributes by article Id's
| array | $aIds article id's | 
Definition at line 27 of file oxattributelist.php.
 1.7.1