Public Member Functions | |
removePayGroup () | |
addPayGroup () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages payment user groups
Definition at line 6 of file payment_main_ajax.php.
payment_main_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 31 of file payment_main_ajax.php.
payment_main_ajax.addPayGroup | ( | ) |
Adds group of users that may pay using selected method(s).
Definition at line 86 of file payment_main_ajax.php.
payment_main_ajax.removePayGroup | ( | ) |
Removes group of users that may pay using selected method(s).
Definition at line 68 of file payment_main_ajax.php.
payment_main_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', 'oxobject2group', 0, 0, 1), ) )
Reimplemented from ajaxListComponent.
Definition at line 14 of file payment_main_ajax.php.