Inheritance diagram for attribute_category_ajax:
 Collaboration diagram for attribute_category_ajax:Public Member Functions | |
| removeCatFromAttr () | |
| addCatToAttr () | |
Protected Member Functions | |
| _getQuery () | |
Protected Attributes | |
| $_aColumns | |
Class manages category attributes
Definition at line 6 of file attribute_category_ajax.php.
| attribute_category_ajax._getQuery | ( | ) |  [protected] | 
        
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 38 of file attribute_category_ajax.php.
| attribute_category_ajax.addCatToAttr | ( | ) | 
Adds category to Attributes list
Definition at line 90 of file attribute_category_ajax.php.
| attribute_category_ajax.removeCatFromAttr | ( | ) | 
Removes category from Attributes list
Definition at line 71 of file attribute_category_ajax.php.
attribute_category_ajax.$_aColumns [protected] | 
        
array( 'container1' => array( array( 'oxtitle', 'oxcategories', 1, 1, 0 ), array( 'oxdesc', 'oxcategories', 1, 1, 0 ), array( 'oxid', 'oxcategories', 0, 0, 0 ), array( 'oxid', 'oxcategories', 0, 0, 1 ) ), 'container2' => array( array( 'oxtitle', 'oxcategories', 1, 1, 0 ), array( 'oxdesc', 'oxcategories', 1, 1, 0 ), array( 'oxid', 'oxcategories', 0, 0, 0 ), array( 'oxid', 'oxcategory2attribute', 0, 0, 1 ), array( 'oxid', 'oxcategories', 0, 0, 1 ) ), 'container3' => array( array( 'oxtitle', 'oxattribute', 1, 1, 0 ), array( 'oxsort', 'oxcategory2attribute', 1, 0, 0 ), array( 'oxid', 'oxcategory2attribute', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file attribute_category_ajax.php.
 1.7.1