Public Member Functions | Protected Member Functions | Protected Attributes

payment_country_ajax Class Reference

Inheritance diagram for payment_country_ajax:
Collaboration diagram for payment_country_ajax:

List of all members.

Public Member Functions

 addPayCountry ()
 removePayCountry ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class manages payment countries

Definition at line 6 of file payment_country_ajax.php.


Member Function Documentation

payment_country_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 34 of file payment_country_ajax.php.

payment_country_ajax.addPayCountry (  ) 

Adds chosen user group (groups) to delivery list

Returns:
null

Definition at line 66 of file payment_country_ajax.php.

payment_country_ajax.removePayCountry (  ) 

Removes chosen user group (groups) from delivery list

Returns:
null

Definition at line 92 of file payment_country_ajax.php.


Member Data Documentation

payment_country_ajax.$_aColumns [protected]
Initial value:
 array( 'container1' => array(    
                                        array( 'oxtitle',     'oxcountry', 1, 1, 0 ),
                                        array( 'oxisoalpha2', 'oxcountry', 1, 0, 0 ),
                                        array( 'oxisoalpha3', 'oxcountry', 0, 0, 0 ),
                                        array( 'oxunnum3',    'oxcountry', 0, 0, 0 ),
                                        array( 'oxid',        'oxcountry', 0, 0, 1 )
                                        ),
                                    'container2' => array(
                                        array( 'oxtitle',     'oxcountry', 1, 1, 0 ),
                                        array( 'oxisoalpha2', 'oxcountry', 1, 0, 0 ),
                                        array( 'oxisoalpha3', 'oxcountry', 0, 0, 0 ),
                                        array( 'oxunnum3',    'oxcountry', 0, 0, 0 ),
                                        array( 'oxid', 'oxobject2payment', 0, 0, 1 )
                                        )
                                )

Reimplemented from ajaxListComponent.

Definition at line 13 of file payment_country_ajax.php.


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