PHP Class Smalot\Magento\Directory\Directory

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Afficher le fichier Open project: smalot/magento-client

Méthodes publiques

Méthode Description
getCountryList ( ) : Smalot\Magento\ActionInterface Retrieve the list of countries from Magento.
getRegionList ( string $country ) : Smalot\Magento\ActionInterface Retrieve the list of regions in the specified country.

Method Details

getCountryList() public méthode

Retrieve the list of countries from Magento.
public getCountryList ( ) : Smalot\Magento\ActionInterface
Résultat Smalot\Magento\ActionInterface

getRegionList() public méthode

Retrieve the list of regions in the specified country.
public getRegionList ( string $country ) : Smalot\Magento\ActionInterface
$country string
Résultat Smalot\Magento\ActionInterface