PHP Class Smalot\Magento\Store\Store

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Show file Open project: smalot/magento-client

Public Methods

Method 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 method

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

getList() public method

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