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

update() 공개 메소드

Allows you to update the product image.
public update ( string $productId, string $file, array $data, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$file string
$data array
$storeView string
$identifierType string
리턴 Smalot\Magento\ActionInterface
    public function update($productId, $file, $data, $storeView = null, $identifierType = null)
    {
        return $this->__createAction('catalog_product_attribute_media.update', func_get_args());
    }