Smalot\Magento\Catalog\ProductAttribute::remove PHP Method

remove() public method

Allows you to remove the required attribute from a product.
public remove ( string $attribute ) : Smalot\Magento\ActionInterface
$attribute string
return Smalot\Magento\ActionInterface
    public function remove($attribute)
    {
        return $this->__createAction('product_attribute.remove', func_get_args());
    }