Smalot\Magento\Store\Store::getInfo PHP Method

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
    public function getInfo($storeId = null)
    {
        return $this->__createAction('store.info', func_get_args());
    }