OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax:

Public Member Functions

 addPayCountry ()
 
 removePayCountry ()
 

Protected Member Functions

 _getQuery ()
 

Protected Attributes

 $_aColumns
 

Detailed Description

Class manages payment countries

Member Function Documentation

◆ _getQuery()

OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax::_getQuery ( )
protected

Returns SQL query for data to fetc

Returns
string

◆ addPayCountry()

OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax::addPayCountry ( )

Adds chosen user group (groups) to delivery list

◆ removePayCountry()

OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax::removePayCountry ( )

Removes chosen user group (groups) from delivery list

Member Data Documentation

◆ $_aColumns

OxidEsales\EshopCommunity\Application\Controller\Admin\PaymentCountryAjax::$_aColumns
protected
Initial value:
= ['container1' => [
['oxtitle', 'oxcountry', 1, 1, 0],
['oxisoalpha2', 'oxcountry', 1, 0, 0],
['oxisoalpha3', 'oxcountry', 0, 0, 0],
['oxunnum3', 'oxcountry', 0, 0, 0],
['oxid', 'oxcountry', 0, 0, 1]
],
'container2' => [
['oxtitle', 'oxcountry', 1, 1, 0],
['oxisoalpha2', 'oxcountry', 1, 0, 0],
['oxisoalpha3', 'oxcountry', 0, 0, 0],
['oxunnum3', 'oxcountry', 0, 0, 0],
['oxid', 'oxobject2payment', 0, 0, 1]
]
]

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