OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax:

Public Member Functions

 removeCatFromAttr ()
 
 addCatToAttr ()
 

Protected Member Functions

 _getQuery ()
 

Protected Attributes

 $_aColumns
 

Detailed Description

Class manages category attributes

Member Function Documentation

◆ _getQuery()

OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax::_getQuery ( )
protected

Returns SQL query for data to fetc

Returns
string

◆ addCatToAttr()

OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax::addCatToAttr ( )

Adds category to Attributes list

Exceptions
Exception

◆ removeCatFromAttr()

OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax::removeCatFromAttr ( )

Removes category from Attributes list

Member Data Documentation

◆ $_aColumns

OxidEsales\EshopCommunity\Application\Controller\Admin\AttributeCategoryAjax::$_aColumns
protected
Initial value:
= ['container1' => [
['oxtitle', 'oxcategories', 1, 1, 0],
['oxdesc', 'oxcategories', 1, 1, 0],
['oxid', 'oxcategories', 0, 0, 0],
['oxid', 'oxcategories', 0, 0, 1]
],
'container2' => [
['oxtitle', 'oxcategories', 1, 1, 0],
['oxdesc', 'oxcategories', 1, 1, 0],
['oxid', 'oxcategories', 0, 0, 0],
['oxid', 'oxcategory2attribute', 0, 0, 1],
['oxid', 'oxcategories', 0, 0, 1]
],
'container3' => [
['oxtitle', 'oxattribute', 1, 1, 0],
['oxsort', 'oxcategory2attribute', 1, 0, 0],
['oxid', 'oxcategory2attribute', 0, 0, 1]
]
]

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