Smalot\Magento\Catalog\ProductLink::update PHP Method

update() public method

Allows you to update the product link.
public update ( string $type, string $productId, string $linkedProductId, array $data, string $identifierType = null ) : Smalot\Magento\ActionInterface
$type string
$productId string
$linkedProductId string
$data array
$identifierType string
return Smalot\Magento\ActionInterface
    public function update($type, $productId, $linkedProductId, $data, $identifierType = null)
    {
        return $this->__createAction('catalog_product_link.update', func_get_args());
    }