Smalot\Magento\Catalog\ProductTag::update PHP Method

update() public method

Allows you to update information about an existing product tag.
public update ( string $tagId, array $data, string $store = null ) : Smalot\Magento\ActionInterface
$tagId string
$data array
$store string
return Smalot\Magento\ActionInterface
    public function update($tagId, $data, $store = null)
    {
        return $this->__createAction('product_tag.update', func_get_args());
    }