Public Member Functions | Protected Member Functions | Protected Attributes

payment_main_ajax Class Reference

Inheritance diagram for payment_main_ajax:
Collaboration diagram for payment_main_ajax:

List of all members.

Public Member Functions

 removePayGroup ()
 addPayGroup ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class manages payment user groups

Definition at line 6 of file payment_main_ajax.php.


Member Function Documentation

payment_main_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

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.


Member Data Documentation

payment_main_ajax.$_aColumns [protected]
Initial value:
 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.


The documentation for this class was generated from the following file: