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

add() public method

Allows you to add one or more tags to a product.
public add ( array $data ) : Smalot\Magento\ActionInterface
$data array
return Smalot\Magento\ActionInterface
    public function add($data)
    {
        return $this->__createAction('product_tag.add', func_get_args());
    }