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

Public Member Functions

 removePayFromSet ()
 
 addPayToSet ()
 

Protected Member Functions

 _getQuery ()
 

Protected Attributes

 $_aColumns
 

Detailed Description

Class manages deliveryset payment

Member Function Documentation

◆ _getQuery()

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

Returns SQL query for data to fetc

Returns
string

◆ addPayToSet()

OxidEsales\EshopCommunity\Application\Controller\Admin\DeliverySetPaymentAjax::addPayToSet ( )

Adds this payments to this set

Exceptions
Exception

◆ removePayFromSet()

OxidEsales\EshopCommunity\Application\Controller\Admin\DeliverySetPaymentAjax::removePayFromSet ( )

Remove these payments from this set

Member Data Documentation

◆ $_aColumns

OxidEsales\EshopCommunity\Application\Controller\Admin\DeliverySetPaymentAjax::$_aColumns
protected
Initial value:
= ['container1' => [
['oxdesc', 'oxpayments', 1, 1, 0],
['oxaddsum', 'oxpayments', 1, 0, 0],
['oxaddsumtype', 'oxpayments', 0, 0, 0],
['oxid', 'oxpayments', 0, 0, 1]
],
'container2' => [
['oxdesc', 'oxpayments', 1, 1, 0],
['oxaddsum', 'oxpayments', 1, 0, 0],
['oxaddsumtype', 'oxpayments', 0, 0, 0],
['oxid', 'oxobject2payment', 0, 0, 1]
]
]

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