Public Member Functions | |
removeDiscCat () | |
addDiscCat () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages discount categories
Definition at line 6 of file discount_categories_ajax.php.
discount_categories_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 34 of file discount_categories_ajax.php.
discount_categories_ajax.addDiscCat | ( | ) |
Adds selected category (categories) to discount list
Definition at line 94 of file discount_categories_ajax.php.
discount_categories_ajax.removeDiscCat | ( | ) |
Removes selected category (categories) from discount list
Definition at line 73 of file discount_categories_ajax.php.
discount_categories_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', 'oxobject2discount', 0, 0, 1), array('oxid', 'oxcategories', 0, 0, 1) ), )
Reimplemented from ajaxListComponent.
Definition at line 14 of file discount_categories_ajax.php.