Smalot\Magento\Catalog\ProductAttribute::remove PHP Méthode

remove() public méthode

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