PHP Class Smalot\Magento\Store\Store

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

Méthodes publiques

Méthode Description
getInfo ( string $storeId = null ) : Smalot\Magento\ActionInterface Allows you to retrieve information about the required store view.
getList ( ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of store views.

Method Details

getInfo() public méthode

Allows you to retrieve information about the required store view.
public getInfo ( string $storeId = null ) : Smalot\Magento\ActionInterface
$storeId string
Résultat Smalot\Magento\ActionInterface

getList() public méthode

Allows you to retrieve the list of store views.
public getList ( ) : Smalot\Magento\ActionInterface
Résultat Smalot\Magento\ActionInterface