Public Member Functions | |
unassignCat () | |
assignCat () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class controls article assignment to attributes
Definition at line 6 of file shop_default_category_ajax.php.
shop_default_category_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 26 of file shop_default_category_ajax.php.
shop_default_category_ajax.assignCat | ( | ) |
Adding article to corssselling list
Definition at line 55 of file shop_default_category_ajax.php.
shop_default_category_ajax.unassignCat | ( | ) |
Removing article from corssselling list
Definition at line 40 of file shop_default_category_ajax.php.
shop_default_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 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file shop_default_category_ajax.php.