Public Member Functions | |
removeCountryFromDel () | |
addCountryToDel () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages delivery countries
Definition at line 6 of file delivery_main_ajax.php.
delivery_main_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 34 of file delivery_main_ajax.php.
delivery_main_ajax.addCountryToDel | ( | ) |
Adds chosen countries to delivery list
Definition at line 81 of file delivery_main_ajax.php.
delivery_main_ajax.removeCountryFromDel | ( | ) |
Removes chosen countries from delivery list
Definition at line 62 of file delivery_main_ajax.php.
delivery_main_ajax.$_aColumns [protected] |
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', 'oxobject2delivery', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file delivery_main_ajax.php.