Public Member Functions | |
removeCountryFromSet () | |
addCountryToSet () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages deliveryset countries
Definition at line 6 of file deliveryset_country_ajax.php.
deliveryset_country_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 35 of file deliveryset_country_ajax.php.
deliveryset_country_ajax.addCountryToSet | ( | ) |
Adds chosen countries to delivery list
Definition at line 86 of file deliveryset_country_ajax.php.
deliveryset_country_ajax.removeCountryFromSet | ( | ) |
Removes chosen countries from delivery list
Definition at line 67 of file deliveryset_country_ajax.php.
deliveryset_country_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 14 of file deliveryset_country_ajax.php.