Detailed Description
Attribute list manager.
Definition at line 7 of file oxattributelist.php.
Constructor & Destructor Documentation
oxAttributeList::__construct |
( |
| ) |
|
Member Function Documentation
oxAttributeList::_createAttributeListFromSql |
( |
|
$sSelect | ) |
|
|
protected |
Fills array with keys and products with value
- Parameters
-
- Returns
- array $aAttributes
Definition at line 53 of file oxattributelist.php.
oxAttributeList::_mergeAttributes |
( |
|
$aAttributes, |
|
|
|
$aParentAttributes |
|
) |
| |
|
protected |
Merge attribute arrays
- Parameters
-
array | $aAttributes | array of attributes |
array | $aParentAttributes | array of parent article attributes |
- Returns
- array $aAttributes
Definition at line 213 of file oxattributelist.php.
oxAttributeList::getCategoryAttributes |
( |
|
$sCategoryId, |
|
|
|
$iLang |
|
) |
| |
get category attributes by category Id
- Parameters
-
string | $sCategoryId | category Id |
integer | $iLang | language No |
- Returns
- object;
Definition at line 148 of file oxattributelist.php.
oxAttributeList::loadAttributes |
( |
|
$sArticleId, |
|
|
|
$sParentId = null |
|
) |
| |
Load attributes by article Id
- Parameters
-
string | $sArticleId | article id |
string | $sParentId | article parent id |
Definition at line 81 of file oxattributelist.php.
oxAttributeList::loadAttributesByIds |
( |
|
$aIds | ) |
|
Load all attributes by article Id's
- Parameters
-
- Returns
- array $aAttributes;
Definition at line 25 of file oxattributelist.php.
oxAttributeList::loadAttributesDisplayableInBasket |
( |
|
$sArtId, |
|
|
|
$sParentId = null |
|
) |
| |
Load displayable in baskte/order attributes by article Id
- Parameters
-
string | $sArtId | article ids |
string | $sParentId | parent id |
Definition at line 113 of file oxattributelist.php.
The documentation for this class was generated from the following file: