Smalot\Magento\Catalog\Product::setCurrentStore PHP Method

setCurrentStore() public method

Allows you to set/get the current store view.
public setCurrentStore ( string $storeView ) : Smalot\Magento\ActionInterface
$storeView string
return Smalot\Magento\ActionInterface
    public function setCurrentStore($storeView)
    {
        return $this->__createAction('catalog_product.currentStore', func_get_args());
    }