Smalot\Magento\Catalog\ProductMedia::setCurrentStore PHP 메소드

setCurrentStore() 공개 메소드

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