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

update() public méthode

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