Smalot\Magento\Catalog\ProductTag::remove PHP Метод

remove() публичный Метод

Allows you to remove an existing product tag.
public remove ( string $tagId ) : Smalot\Magento\ActionInterface
$tagId string
Результат Smalot\Magento\ActionInterface
    public function remove($tagId)
    {
        return $this->__createAction('product_tag.remove', func_get_args());
    }