Public Member Functions | |
removePromotionGroup () | |
addPromotionGroup () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages promotion groups
Definition at line 6 of file actions_groups_ajax.php.
actions_groups_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 30 of file actions_groups_ajax.php.
actions_groups_ajax.addPromotionGroup | ( | ) |
actions_groups_ajax.removePromotionGroup | ( | ) |
Removes user group from promotion
Definition at line 60 of file actions_groups_ajax.php.
actions_groups_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxtitle', 'oxgroups', 1, 0, 0 ), array( 'oxid', 'oxgroups', 0, 0, 0 ), array( 'oxid', 'oxgroups', 0, 0, 1 ), ), 'container2' => array( array( 'oxtitle', 'oxgroups', 1, 0, 0 ), array( 'oxid', 'oxgroups', 0, 0, 0 ), array( 'oxid', 'oxobject2action', 0, 0, 1 ), ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file actions_groups_ajax.php.